mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 20:14:48 +00:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
gamedir=${0%/*}
|
|
cd "$gamedir" || exit
|
|
exec ./wesnoth "$@"
|