From 1cca9e4b72b106374f203890b266f18609deefe3 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 22 Nov 2019 02:14:25 +0530 Subject: shellcheck fixes --- plugins/pastebin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/pastebin') diff --git a/plugins/pastebin b/plugins/pastebin index 13fb3e7..61039e6 100755 --- a/plugins/pastebin +++ b/plugins/pastebin @@ -6,6 +6,6 @@ # Author: Arun Prakash Jana if ! [ -z "$1" ]; then - curl -F "f:1=@"$1"" ix.io - read input + curl -F "f:1=@$1" ix.io + read -r _ fi -- cgit v1.2.3-70-g09d2