added executable to plain text example

This commit is contained in:
James Tomasino 2020-01-20 14:39:00 +00:00
parent cadbe4a910
commit 7edfbbecd6
1 changed files with 3 additions and 0 deletions

3
pb.1
View File

@ -50,6 +50,9 @@ utility exits 0 on success, and >0 if an error occurs.
.B pb scores.txt
Upload 'scores.txt' to the pastebin
.TP
.B pb < script.sh
Upload executable 'script.sh' as plain text to the pastebin
.TP
.B echo 'Secret info' | pb
Upload piped output to the pastebin
.TP