about summary refs log tree commit diff stats
path: root/src/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/launch.sh')
-rw-r--r--src/launch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/launch.sh b/src/launch.sh
new file mode 100644
index 0000000..7449fcb
--- /dev/null
+++ b/src/launch.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# This file is only for flatpak.
+
+cd /app/Pong
+./pong $@
\ No newline at end of file