aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 23:26:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 23:26:38 +1200
commitaa8ef6eb26128d831a31a63b43a5428bbecb863d (patch)
treea805e301774f42f496004f054f21d0b36e180437
parentRewrite sls(1) in POSIX Awk (diff)
downloaddotfiles-aa8ef6eb26128d831a31a63b43a5428bbecb863d.tar.gz
dotfiles-aa8ef6eb26128d831a31a63b43a5428bbecb863d.zip
Add option terminator in spr(1)
-rwxr-xr-xbin/spr2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spr b/bin/spr
index 026ba359..37b00440 100755
--- a/bin/spr
+++ b/bin/spr
@@ -1,4 +1,4 @@
#!/bin/sh
# Convenience script for posting to sprunge.us pastebin
-cat "${@:-}" |
+cat -- "${@:-}" |
curl -F 'sprunge=<-' http://sprunge.us/