Skip to content

Commit

Permalink
wtf tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
imayhaveborkedit committed Jan 10, 2016
1 parent ad9460c commit 9fe93c2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/bin/bash

python3.5 -V > /dev/null 2>&1 || {
echo >&2 "Python 3.5 doesn't seem to be installed. Do you have a weird installation?"
echo >&2 "If you have python 3.5, use it to run run.py instead of this script."

exit 1; }
python3.5 -V > /dev/null 2>&1 || {
echo >&2 "Python 3.5 doesn't seem to be installed. Do you have a weird installation?"
echo >&2 "If you have python 3.5, use it to run run.py instead of this script."
exit 1; }

python3.5 run.py

0 comments on commit 9fe93c2

Please sign in to comment.