diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:38:55 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:38:55 +0200 |
| commit | 7bfae56e8b49c2c11e4df82c2c6d4b4557ba2ae2 (patch) | |
| tree | e1ed816578313b8527278e6220bd8a44eba01f3f /client/start.sh | |
| parent | b0f2a9a461204b0c06bb73b85ea2a0aa3db25bdd (diff) | |
| download | jasper-client-7bfae56e8b49c2c11e4df82c2c6d4b4557ba2ae2.tar.gz jasper-client-7bfae56e8b49c2c11e4df82c2c6d4b4557ba2ae2.zip | |
Use executable flag and shebang instead of explicit interpreter in shell scripts.
Diffstat (limited to 'client/start.sh')
| -rwxr-xr-x | client/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/start.sh b/client/start.sh index b2b41bc..052db18 100755 --- a/client/start.sh +++ b/client/start.sh @@ -1,4 +1,4 @@ #!/bin/bash cd $JASPER_HOME/jasper/client rm -rf ../old_client -python2 main.py & +./main.py & |
