mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
Merge pull request #235 from romanz/master
Allow running `sparrow` script from other paths
This commit is contained in:
commit
54baee57e1
1 changed files with 1 additions and 0 deletions
1
sparrow
1
sparrow
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
cd `dirname $0`
|
||||||
args="$*"
|
args="$*"
|
||||||
args="${args%"${args##*[![:space:]]}"}"
|
args="${args%"${args##*[![:space:]]}"}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue