This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# usage: <command> | pastebin [+|++|+++] | |
# | |
# (none): paste expires in 10 minutes | |
# +: paste expires in 1 hour | |
# ++: paste expires in 1 day | |
# +++: paste expires in 1 months | |
HOST='pastebin.com' |