summarylogtreecommitdiffstats
path: root/cannonball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cannonball.sh')
-rw-r--r--cannonball.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/cannonball.sh b/cannonball.sh
index 1ecb35ad8c27..6ff4aa1f0a0f 100644
--- a/cannonball.sh
+++ b/cannonball.sh
@@ -1,8 +1,10 @@
-#!/bin/sh
+#!/bin/env sh
-echo "Cannonball launcher"
+echo ":: Launching Cannonball OutRun Engine"
-mkdir -p ~/.cannonball/roms
+if [ ! -f ~/.cannonball/roms ]; then
+ mkdir -p ~/.cannonball/roms
+fi
# config
if [ ! -f ~/.cannonball/config.xml ]; then