Keep the folder order when using imv-folder

Guaranteed-ish by most shells, see https://unix.stackexchange.com/a/368507.

See #229
This commit is contained in:
somini 2020-02-16 16:47:05 +00:00 committed by Harry Jeffery
parent 38eee61beb
commit 673e54710a

View file

@ -1,3 +1,3 @@
#!/bin/sh
image="$1"
exec imv "$(dirname "$image")" -n "$image"
exec imv "$(dirname "$image")"/* -n "$image"