aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/user-scripts/sxiv.sh
blob: 2ee2398568087fa724ec6cb2113872e795d81a0f (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

# Description: Open images in current directory in sxiv
#
# Shell: generic
# Author: Arun Prakash Jana

sxiv -q * >/dev/null 2>&1