Skip to content

Commit

Permalink
Fix bang line of launch script.
Browse files Browse the repository at this point in the history
Script used to launch the shell script with Python instead of bash
when self-ran.
  • Loading branch information
kinokasai committed Feb 8, 2018
1 parent b066e31 commit 295a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrpython.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python3
#! /usr/bin/bash

python3 ./mrpython/Application.py $*

0 comments on commit 295a9b3

Please sign in to comment.