encrypt 6 년 전
부모
커밋
145eef8632
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      toot.sh

+ 2 - 2
toot.sh

@@ -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