diff --git a/toot.sh b/toot.sh index 7959d55..b244c19 100644 --- a/toot.sh +++ b/toot.sh @@ -52,7 +52,7 @@ toot_post(){ image_to_toot="" -if [ $# -eq 0 ] +if [ -z "$@" ] then toot_help exit 1