From 7bfae56e8b49c2c11e4df82c2c6d4b4557ba2ae2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 6 Sep 2014 10:38:55 +0200 Subject: Use executable flag and shebang instead of explicit interpreter in shell scripts. --- 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 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 & -- cgit v1.3.1