aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 23:26:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 23:26:52 +1200
commit16cbeaefbda7127787b11a33c583ccd8de9d8f3b (patch)
treef48fba038c6a10ef17301bb98b5d90039ce8daff
parentAdd option terminator in spr(1) (diff)
downloaddotfiles-16cbeaefbda7127787b11a33c583ccd8de9d8f3b.tar.gz
dotfiles-16cbeaefbda7127787b11a33c583ccd8de9d8f3b.zip
Disable false positive shellcheck in spr(1)
-rwxr-xr-xbin/spr2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spr b/bin/spr
index 37b00440..b07bf265 100755
--- a/bin/spr
+++ b/bin/spr
@@ -1,4 +1,4 @@
#!/bin/sh
# Convenience script for posting to sprunge.us pastebin
-cat -- "${@:-}" |
+cat -- "${@:-}" | ## shellcheck disable=SC2002
curl -F 'sprunge=<-' http://sprunge.us/