ix (138B)
1 #!/bin/sh 2 3 # upload text to ix.io 4 5 PASTE() { 6 curl -F 'f:1=<-' ix.io 7 } 8 9 if test -z "$1"; then 10 cat - | PASTE 11 else 12 cat "$1" | PASTE 13 fi
scriptsmisc scripts and tools | |
git clone git://git.2f30.org/scripts | |
Log | Files | Refs |