summaryrefslogtreecommitdiff
path: root/imager.sh
diff options
context:
space:
mode:
Diffstat (limited to 'imager.sh')
-rwxr-xr-ximager.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/imager.sh b/imager.sh
index 42e13f0..ef36b1c 100755
--- a/imager.sh
+++ b/imager.sh
@@ -1,9 +1,2 @@
#!/bin/sh
-ls *.bmp \
- *.jpg \
- *.jpeg \
- *.JPG \
- *.png \
- *.gif \
- *.webp \
- | xargs sxiv -a "$1"
+find . -type f -exec sxiv "$1" "{}" +