summaryrefslogtreecommitdiff
path: root/imager.sh
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-10-09 09:50:40 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-10-09 09:50:40 -0400
commitd7411594c0ca071f08da108f544902f03e2e413d (patch)
tree6d9d95e837f22112c0fe251f7898c2520847cbf3 /imager.sh
parentf015761d39ac3f0b191d804e2ce05300a4aaf500 (diff)
downloadscripts-d7411594c0ca071f08da108f544902f03e2e413d.tar.xz
scripts-d7411594c0ca071f08da108f544902f03e2e413d.zip
fixed uptime and network scripts, added transcode-screencast
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 ef36b1c..32d9f5f 100755
--- a/imager.sh
+++ b/imager.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-find . -type f -exec sxiv "$1" "{}" +
+find . -type f -maxdepth 1 -exec sxiv "$1" "{}" +