1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-01 03:40:11 +02:00

TODO Fix Temp Directory

This commit is contained in:
Ryan Greenup
2020-07-17 03:43:56 +10:00
parent 39d0c180f6
commit a994159cca

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
readonly script_name=$(basename "${0}") readonly script_name=$(basename "${0}")
readonly script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) readonly script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
if [[ "${1:-}" != "" ]]; then if [[ "${1:-}" != "" ]]; then
readonly NOTES_DIR="${1}" readonly NOTES_DIR="${1}"
else else
@@ -150,6 +151,8 @@ $(addBullets "$ConcurrentTags")
" "
## read -p 'Press t to continue chosing Tags concurrently: ' conTagQ ## read -p 'Press t to continue chosing Tags concurrently: ' conTagQ
## This temp dir doesn't work ??? TODO
## TEMPDIR="$(mktemp -d /tmp/cadmusTagsXXXXXXX)"
TEMPDIR=/tmp/00tagMatches TEMPDIR=/tmp/00tagMatches
echo -e " echo -e "