2023-01-13 12:51:03 +01:00

5 lines
68 B
Bash
Executable File

#!/bin/sh
gamedir=${0%/*}
cd "$gamedir" || exit
exec ./wesnoth "$@"