mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 04:23:18 +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 "$@"
|