aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/user-scripts/sxiv.sh
blob: 985dce7307c88508eab0d6af19eef61d281a1577 (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 &