mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 17:11:41 +00:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
gamedir=${0%/*}
|
|
cd "$gamedir" || exit
|
|
exec ./wesnoth --log-to-file "$@"
|