1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 04:39:03 -08:00

fix a stupid typo

This commit is contained in:
Connor Olding 2021-09-15 23:02:41 -07:00
parent 0517d9b6a1
commit 76a8a8396a

6
sh/oxo
View file

@ -27,9 +27,9 @@ oxo() { ### @-
### oxo: successfully uploaded 1 file ### oxo: successfully uploaded 1 file
### $ oxo ~/play/{hey,you,fake,empty} ### $ oxo ~/play/{hey,you,fake,empty}
### https://0x0.st/-3rz.txt ### https://0x0.st/-3rz.txt
### oxo: exprires in 365 days: /home/notwa/play/hey ### oxo: expires in 365 days: /home/notwa/play/hey
### https://0x0.st/-3ri.txt ### https://0x0.st/-3ri.txt
### oxo: exprires in 365 days: /home/notwa/play/you ### oxo: expires in 365 days: /home/notwa/play/you
### oxo: no such file: /home/notwa/play/fake ### oxo: no such file: /home/notwa/play/fake
### oxo: skipping empty file: /home/notwa/play/empty ### oxo: skipping empty file: /home/notwa/play/empty
### oxo: successfully uploaded 2 files ### oxo: successfully uploaded 2 files
@ -79,7 +79,7 @@ oxo() { ### @-
printf "$bad" "oxo: failed to upload file: $f" >&2 printf "$bad" "oxo: failed to upload file: $f" >&2
else else
: $((succs+=1)) : $((succs+=1))
printf "$look" "oxo: exprires in $r days: $f" >&2 printf "$look" "oxo: expires in $r days: $f" >&2
fi fi
#rm -f /tmp/0x0 #rm -f /tmp/0x0
fi fi