lhunath 1403121413 learn Upload to http://ix.io from your terminal: | curl -n -F 'f:1=<-' http://ix.io # Or use the 'ix' client: curl http://ix.io/client -o /usr/local/bin/ix emg 1528307705 forget emg 1528307711 learn Upload to http://ix.io from your terminal: | curl -n -F 'f:1=<-' http://ix.io # or add a function to your .bashrc: ix() { curl -n -F 'f:1=<-'; } # examples: ix < file; command | ix emg 1534360993 forget emg 1534360997 learn Upload to http://ix.io from your terminal: | curl -n -F 'f:1=<-' http://ix.io # or add a function to your .bashrc: ix() { curl -n -F 'f:1=<-' http://ix.io; } # examples: ix < file; command | ix