1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-31 17:42:05 +02:00

Prints Help for Empty Argument

This commit is contained in:
Ryan Greenup
2020-07-15 00:41:55 +10:00
parent 605da4e50a
commit 3e303a094c
2 changed files with 16 additions and 0 deletions

View File

@@ -98,7 +98,9 @@ arguments () {
function NoteFind() {
[[ -z "${@}" ]] && NoteFind.sh -h && exit 0
NoteFind.sh "${@:-}"
exit 0
}
mytest() {