mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
this_dir="`dirname \"$0\"`"
|
||
|
|
cd "$this_dir" || exit 1
|
||
|
|
./cheesy-arena
|