mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 03:53:55 +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 "$@"
|