diff options
author | hut <hut@lavabit.com> | 2013-02-18 00:35:45 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-18 00:35:45 +0100 |
commit | fb24f4a8ca6475ce2966298a5753ee01d8628e6b (patch) | |
tree | 244117500f2307b512b0ac3a954d4aad39408a07 | |
parent | a385c76ace33210b67de07e23a4a0681e1bdfe9c (diff) | |
download | ranger-fb24f4a8ca6475ce2966298a5753ee01d8628e6b.tar.gz |
examples/rifle_sxiv.sh: remove bash dependency
-rwxr-xr-x | examples/rifle_sxiv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh index efa935b2..542aa604 100755 --- a/examples/rifle_sxiv.sh +++ b/examples/rifle_sxiv.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # This script searches image files in a directory, opens them all with sxiv # and sets the first argument to the first image displayed by sxiv. |