From 295a9b39a2d04a0ddc4dda9c8a52d2fe5f885d27 Mon Sep 17 00:00:00 2001 From: Alexandre Doussot Date: Thu, 8 Feb 2018 12:32:30 +0000 Subject: [PATCH] Fix bang line of launch script. Script used to launch the shell script with Python instead of bash when self-ran. --- mrpython.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrpython.sh b/mrpython.sh index 48559e0..89c5719 100644 --- a/mrpython.sh +++ b/mrpython.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#! /usr/bin/bash python3 ./mrpython/Application.py $*