1 2 3 4 5 6
#!/usr/bin/env sh NSXIV_OPTS=${NSXIV_OPTS:-"-a -q"} # set default args here ^ ^ inside the quotes exec nsxiv $NSXIV_OPTS "$@"