Skip to content

Instantly share code, notes, and snippets.

@mcpcpc
Last active June 21, 2020 18:29
Show Gist options
  • Save mcpcpc/079e6878fabca4b916016574678d7125 to your computer and use it in GitHub Desktop.
Save mcpcpc/079e6878fabca4b916016574678d7125 to your computer and use it in GitHub Desktop.
KISS Linux clbin.com pastebin script
#!/bin/sh
#
# POSIX sh clbin.com pastebin script
main () {
curl -sF 'clbin=<'"${1:--}" https://clbin.com;
}
main "$1"
@mcpcpc
Copy link
Author

mcpcpc commented Jun 21, 2020

Usage:

pb <tarball>

cat <text_file> | pb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment