1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-23 23:02:18 +00:00
nnn/user-scripts/sxiv
2019-03-17 18:40:54 +05:30

8 lines
151 B
Bash
Executable file

#!/usr/bin/env sh
# Description: Open images in current directory in sxiv
#
# Shell: generic
# Author: Arun Prakash Jana
sxiv -q * >/dev/null 2>&1 &