summarylogtreecommitdiffstats
path: root/toontown-rewritten.sh
diff options
context:
space:
mode:
Diffstat (limited to 'toontown-rewritten.sh')
-rw-r--r--toontown-rewritten.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/toontown-rewritten.sh b/toontown-rewritten.sh
deleted file mode 100644
index 855aa6e25029..000000000000
--- a/toontown-rewritten.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# Launch
-mkdir -p ~/.toontown-rewritten
-cd ~/.toontown-rewritten
-exec /opt/toontown-rewritten/Launcher &
-while [ ! -f TTREngine ]
-do
- sleep 2
-done
-
-chmod +x TTREngine