summarylogtreecommitdiffstats
path: root/smallpdf
diff options
context:
space:
mode:
authorSilvan Jegen2018-05-08 18:19:05 +0200
committerSilvan Jegen2018-05-08 18:19:05 +0200
commit701434a98b7d918042a56330b42b4cc254b8d7db (patch)
tree0b66b395c1844cf4539c22a2447cd8b57cc3485d /smallpdf
parent9fdf996582c1a7732ab58e8663da3210c466e1f8 (diff)
downloadaur-701434a98b7d918042a56330b42b4cc254b8d7db.tar.gz
Make sure we can pass arguments
Diffstat (limited to 'smallpdf')
-rwxr-xr-xsmallpdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/smallpdf b/smallpdf
index 78f396e351f4..746e92b19e08 100755
--- a/smallpdf
+++ b/smallpdf
@@ -1,2 +1,2 @@
#!/bin/env sh
-/opt/smallpdf-desktop/Smallpdf > /dev/null
+/opt/smallpdf-desktop/Smallpdf $@ > /dev/null