From 4dbafc41caa2d32be87cb2719cb6dadc083dd1c0 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 28 Sep 2021 13:01:04 -0700 Subject: [PATCH] update oxo example --- sh/oxo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sh/oxo b/sh/oxo index 6c3521f..6f6b291 100755 --- a/sh/oxo +++ b/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'