Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- set -x
- #+ Source The Main Script
- source /home/v1ral/bin/pastebin
- # Upload
- for arg in "$@"
- do
- cat $arg | pastebin
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement