summaryrefslogtreecommitdiff
path: root/pcr/renpy/renpy-launcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/renpy/renpy-launcher.sh')
-rw-r--r--pcr/renpy/renpy-launcher.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pcr/renpy/renpy-launcher.sh b/pcr/renpy/renpy-launcher.sh
new file mode 100644
index 000000000..605c0c1fd
--- /dev/null
+++ b/pcr/renpy/renpy-launcher.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+mkdir -p ~/renpy_projects
+cd ~/renpy_projects
+exec env python2 -OO /usr/share/renpy/renpy.py "$@"