diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-10 18:12:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-11 10:41:14 -0400 |
| commit | 263a86b10264518e4190259bcc39004f8ced1f3f (patch) | |
| tree | 09a3b9a828c8fd04c59cec04989548214cf7a8db /client/start.sh | |
| parent | 041984eb51747be36edeb50d96f9f8856b86cca5 (diff) | |
| download | jasper-client-263a86b10264518e4190259bcc39004f8ced1f3f.tar.gz jasper-client-263a86b10264518e4190259bcc39004f8ced1f3f.zip | |
Move client/main.py to jasper.py and add client/main.py dummy script for backwards compatibility
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 cde8d8d..240a7f7 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. # It might be removed in future versions. -"${0%/*}/main.py" +"${0%/*}/../jasper.py" |
