mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36: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
|
||||
|
||||
cd `dirname $0`
|
||||
args="$*"
|
||||
args="${args%"${args##*[![:space:]]}"}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue