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