diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-06 10:32:43 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-10 17:59:37 -0400 |
| commit | 2164883af62ee94a5b178f12684086885c2ea744 (patch) | |
| tree | 2032ffda75f1e97389fc5619a0d994bc56242459 /client/start.sh | |
| parent | f644f324da7c87f820e1bede90024eb2871c4784 (diff) | |
| download | jasper-client-2164883af62ee94a5b178f12684086885c2ea744.tar.gz jasper-client-2164883af62ee94a5b178f12684086885c2ea744.zip | |
Add shebang to start.sh
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 935ebf4..cde8d8d 100755 --- a/client/start.sh +++ b/client/start.sh @@ -1,4 +1,4 @@ #!/bin/bash -# This file exists for backwards compatibility with older versions of jasper. +# This file exists for backwards compatibility with older versions of Jasper. # It might be removed in future versions. "${0%/*}/main.py" |
