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:
@@ -98,7 +98,9 @@ arguments () {
|
||||
|
||||
function NoteFind() {
|
||||
|
||||
[[ -z "${@}" ]] && NoteFind.sh -h && exit 0
|
||||
NoteFind.sh "${@:-}"
|
||||
exit 0
|
||||
}
|
||||
|
||||
mytest() {
|
||||
|
Reference in New Issue
Block a user