diff options
author | ダカマ <dakama@kakeranoumi.xyz> | 2025-06-02 13:08:46 +0200 |
---|---|---|
committer | ダカマ <dakama@kakeranoumi.xyz> | 2025-06-02 13:08:46 +0200 |
commit | 14a892e627a375334a02381351f139d94ad7ecf3 (patch) | |
tree | e7c1ee5040f3076f57401b3b9e9eb567e2ecfb1a /nsxiv_utils/nsxiv-env |
Diffstat (limited to 'nsxiv_utils/nsxiv-env')
-rwxr-xr-x | nsxiv_utils/nsxiv-env | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nsxiv_utils/nsxiv-env b/nsxiv_utils/nsxiv-env new file mode 100755 index 0000000..10eac20 --- /dev/null +++ b/nsxiv_utils/nsxiv-env @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +NSXIV_OPTS=${NSXIV_OPTS:-"-a -q"} +# set default args here ^ ^ inside the quotes + +exec nsxiv $NSXIV_OPTS "$@" |