aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pastebin
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pastebin')
-rwxr-xr-xplugins/pastebin4
1 files changed, 2 insertions, 2 deletions
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