mirror of
https://github.com/notwa/rc
synced 2024-11-04 22:49:03 -08:00
update oxo example
This commit is contained in:
parent
497160fb7e
commit
4dbafc41ca
1 changed files with 3 additions and 3 deletions
6
sh/oxo
6
sh/oxo
|
@ -24,7 +24,7 @@ oxo() { ### @-
|
|||
### ```
|
||||
### $ echo test | oxo
|
||||
### https://0x0.st/sj2.txt
|
||||
### oxo: successfully uploaded 1 file
|
||||
### oxo: successfully uploaded 1/1 file
|
||||
### $ oxo ~/play/{hey,you,fake,empty}
|
||||
### https://0x0.st/-3rz.txt
|
||||
### oxo: expires in 365 days: /home/notwa/play/hey
|
||||
|
@ -32,8 +32,8 @@ oxo() { ### @-
|
|||
### oxo: expires in 365 days: /home/notwa/play/you
|
||||
### oxo: no such file: /home/notwa/play/fake
|
||||
### oxo: skipping empty file: /home/notwa/play/empty
|
||||
### oxo: successfully uploaded 2 files
|
||||
### oxo: failed to upload 2 files
|
||||
### oxo: successfully uploaded 2/4 files
|
||||
### oxo: failed to upload 2/4 files
|
||||
### ```
|
||||
|
||||
local look='\033[1m%s\033[0m\n'
|
||||
|
|
Loading…
Reference in a new issue