1
0
Fork 0
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 ] if [ -f ~/.tootrc ]
then then
source ~/.tootrc . ~/.tootrc
fi fi
toot_upload_image(){ toot_upload_image(){
@ -52,7 +52,7 @@ toot_post(){
image_to_toot="" image_to_toot=""
if [ -n "$@" ] if [ -z "$@" ]
then then
toot_help toot_help
exit 1 exit 1