5166ca5388
Remove redundant function, move to separate file and load only this file when only template name is needed. This way a lot less code gets loaded on every make call.
10 lines
203 B
Bash
Executable File
10 lines
203 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Check template name length and fix if not under 32 characters
|
|
# Return the result
|
|
|
|
. ./functions-name.sh > /dev/null
|
|
|
|
# Check for custom template name
|
|
templateNameDist "${TEMPLATE_NAME}"
|