declare seperatly
This commit is contained in:
parent
b3733f3937
commit
34e11c5343
1 changed files with 2 additions and 1 deletions
3
main.sh
3
main.sh
|
@ -16,7 +16,8 @@ help_text() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export LC_ALL='C.UTF8'
|
export LC_ALL='C.UTF8'
|
||||||
export SCRIPT_DIR="$(cd -P -- "$(dirname -- "$(command -v -- "$0")")" && pwd -P)"
|
SCRIPT_DIR="$(cd -P -- "$(dirname -- "$(command -v -- "$0")")" && pwd -P)"
|
||||||
|
export SCRIPT_DIR
|
||||||
|
|
||||||
P_PATH="$SCRIPT_DIR/label.jpg"
|
P_PATH="$SCRIPT_DIR/label.jpg"
|
||||||
I_TEXT="$(cat "$SCRIPT_DIR"/text.pango 2>/dev/null || echo 'example text')"
|
I_TEXT="$(cat "$SCRIPT_DIR"/text.pango 2>/dev/null || echo 'example text')"
|
||||||
|
|
Loading…
Add table
Reference in a new issue