5
0
Fork 1
forked from encrypt/toot

Revert "fix on args check"

This reverts commit f2e59e7840.
This commit is contained in:
ekardnam 2019-02-20 13:06:16 +00:00
parent f2e59e7840
commit f534da95fe

View file

@ -52,7 +52,7 @@ toot_post(){
image_to_toot=""
if [ $# -eq 0 ]
if [ -z "$@" ]
then
toot_help
exit 1