initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
arch=$(uname -m)
if [[ $arch = "i686" ]]; then
arch="x86"
fi
file=`basename "$0"`
if [ "$file" == 'openarena' ]; then
file='openarena'
else
file='oa_ded'
fi
cd '/usr/share/games/openarena'
"./${file}.${arch}" $@