Merge pull request #235 from romanz/master

Allow running `sparrow` script from other paths
This commit is contained in:
craigraw
2021-10-04 12:54:48 +02:00
committed by GitHub
+1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env sh
cd `dirname $0`
args="$*"
args="${args%"${args##*[![:space:]]}"}"