summaryrefslogtreecommitdiff
path: root/imager.sh
diff options
context:
space:
mode:
Diffstat (limited to 'imager.sh')
-rwxr-xr-ximager.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/imager.sh b/imager.sh
index 32d9f5f..7aa24c9 100755
--- a/imager.sh
+++ b/imager.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-find . -type f -maxdepth 1 -exec sxiv "$1" "{}" +
+find . -type f -maxdepth 1 -exec sxiv -a "$1" "{}" +