mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
extractLabels.shshould work from “utils” folder
And added description of function of script.
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
|
# This script will create individual labels files from the original Installomator.sh script
|
||||||
|
# Only for internal use
|
||||||
|
|
||||||
label_re='^([a-z0-9\_-]*)(\)|\|\\)$'
|
label_re='^([a-z0-9\_-]*)(\)|\|\\)$'
|
||||||
endlabel_re='^( |\t);;$'
|
endlabel_re='^( |\t);;$'
|
||||||
|
|
||||||
label_dir="fragments/labels"
|
label_dir="../fragments/labels"
|
||||||
|
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
|
||||||
@@ -24,4 +27,4 @@ while read -r line; do
|
|||||||
current_label=""
|
current_label=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done <./Installomator.sh
|
done <../Installomator.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user