2022-08-03 17:19:44 -05:00

5 lines
82 B
Bash
Executable File

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