about summary refs log tree commit diff stats
path: root/src/flatpak_launch.sh
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-07 03:05:54 -0400
committerCharadon <dev@iotib.net>2022-06-07 03:05:54 -0400
commit8a44e0f5d5d9d11fd6b7bc4a5346c5e9b17db739 (patch)
tree8f7069ce77de02396f337c68b628fa69ffef962e /src/flatpak_launch.sh
parente1d99fb48bc66150d58ef528eb0594c9df07b572 (diff)
downloadPong-C-8a44e0f5d5d9d11fd6b7bc4a5346c5e9b17db739.tar.gz
Did some stuff with flatpak
Diffstat (limited to 'src/flatpak_launch.sh')
-rwxr-xr-xsrc/flatpak_launch.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/flatpak_launch.sh b/src/flatpak_launch.sh
deleted file mode 100755
index 1312ef3..0000000
--- a/src/flatpak_launch.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-# This file is only for flatpak.
-DIRECTORY="$(dirname $0)"
-cd $DIRECTORY/../Pong && ./pong $@
\ No newline at end of file