mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-20 21:01:33 +02:00
[Fix] Cadmus Tools Link (wasn't using Notes DIr)
This commit is contained in:
@@ -6,12 +6,15 @@ if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then
|
||||
choose the output file and a relative MD link
|
||||
will be generated"
|
||||
exit 0
|
||||
|
||||
elif [[ $1 != '' ]]; then
|
||||
NOTES_DIR=$1
|
||||
else
|
||||
NOTE_DIR='./'
|
||||
NOTES_DIR='./'
|
||||
fi
|
||||
|
||||
cd "${NOTES_DIR}"
|
||||
|
||||
main() {
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user