From aa7561f39c247b1c60cdc7d181df86a20b79a220 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 31 Jul 2016 00:10:52 +1200 Subject: Tidy shellcheck exceptions --- bin/spr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/spr') diff --git a/bin/spr b/bin/spr index b07bf265..77817cfe 100755 --- a/bin/spr +++ b/bin/spr @@ -1,4 +1,4 @@ #!/bin/sh # Convenience script for posting to sprunge.us pastebin -cat -- "${@:-}" | ## shellcheck disable=SC2002 +cat -- "${@:-}" | # shellcheck disable=SC2002 curl -F 'sprunge=<-' http://sprunge.us/ -- cgit v1.2.3