aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:01:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:09:31 +1200
commite2e7bb95be82de2b4c8b57256f3bac86ec9b41ce (patch)
tree7a78389e75a3e5d69188e1e238a638eb08c5cbe7 /bash/bashrc.d
parentAdd two missing periods (diff)
downloaddotfiles-e2e7bb95be82de2b4c8b57256f3bac86ec9b41ce.tar.gz
dotfiles-e2e7bb95be82de2b4c8b57256f3bac86ec9b41ce.zip
Move sprunge() Bash function to spr(1)
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/sprunge.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc.d/sprunge.bash b/bash/bashrc.d/sprunge.bash
deleted file mode 100644
index 34406b0d..00000000
--- a/bash/bashrc.d/sprunge.bash
+++ /dev/null
@@ -1,5 +0,0 @@
-# #bash on Freenode use their own pastebin. This is a convenience function for
-# posting code to it. <http://sprunge.us>
-sprunge() {
- curl -F 'sprunge=<-' http://sprunge.us < "${1:-/dev/stdin}"
-}