implement getmodprefix.

This commit is contained in:
cclecle
2022-11-13 14:12:56 +00:00
parent bd1fde0c0d
commit 5605aef7e8

6
Run.sh
View File

@@ -65,7 +65,7 @@ function disable() {
function show_help() {
echo
echo "Usage: $0 { install | enable | disable } <UT99_INSTALL_DIR> [<UT99_CONFIG_FILE>]"
echo "Usage: $0 { getmodprefix | install | enable | disable } <UT99_INSTALL_DIR> [<UT99_CONFIG_FILE>]"
echo
}
@@ -97,6 +97,10 @@ function check_game_dir() {
}
case "$1" in
'getmodprefix')
check_game_dir
getmodprefix
;;
'install')
check_game_dir
install