From 263a86b10264518e4190259bcc39004f8ced1f3f Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 10 Sep 2014 18:12:04 +0200 Subject: Move client/main.py to jasper.py and add client/main.py dummy script for backwards compatibility --- client/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/start.sh') 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" -- cgit v1.3.1