4
0
Fork 1
forked from encrypt/toot
This commit is contained in:
encrypt 2018-04-10 12:10:45 +00:00
parent 0b4364e868
commit 145eef8632

View file

@ -19,7 +19,7 @@ toot_help(){
if [ -f ~/.tootrc ]
then
source ~/.tootrc
. ~/.tootrc
fi
toot_upload_image(){
@ -52,7 +52,7 @@ toot_post(){
image_to_toot=""
if [ -n "$@" ]
if [ -z "$@" ]
then
toot_help
exit 1