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
commit 54baee57e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
#!/usr/bin/env sh
cd `dirname $0`
args="$*"
args="${args%"${args##*[![:space:]]}"}"