aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-26 16:46:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-26 16:46:44 +1300
commit61fa2a0c748537532eb5e5a3e19fbe4cd3eaa01c (patch)
tree3ca4e973e8ae0e42b2c7a09e7b2a965bef8a3408 /bin
parentSeparate args from cmd in loc(1df) manpage (diff)
downloaddotfiles-61fa2a0c748537532eb5e5a3e19fbe4cd3eaa01c.tar.gz
dotfiles-61fa2a0c748537532eb5e5a3e19fbe4cd3eaa01c.zip
Switch to using ix.io pastebin
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ix4
-rwxr-xr-xbin/spr4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ix b/bin/ix
new file mode 100755
index 00000000..45c1f860
--- /dev/null
+++ b/bin/ix
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Convenience script for posting to ix.io pastebin
+cat -- "${@:--}" |
+curl -F 'f:1=<-' http://ix.io/
diff --git a/bin/spr b/bin/spr
deleted file mode 100755
index 8ac846a6..00000000
--- a/bin/spr
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# Convenience script for posting to sprunge.us pastebin
-cat -- "${@:--}" |
-curl -F 'sprunge=<-' http://sprunge.us/