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

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

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