Advertisement
v1ral_ITS

nautilus script for posting to pastebin

Sep 2nd, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. set -x
  4.  
  5. #+ Source The Main Script
  6. source /home/v1ral/bin/pastebin
  7.  
  8.  
  9. # Upload
  10.  
  11. for arg in "$@"
  12. do
  13.     cat $arg | pastebin
  14. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement