feat: run_as_root / run_as_steam

This commit is contained in:
2020-08-07 13:51:21 +03:00
parent f37bcf810c
commit debe08037e
28 changed files with 292 additions and 16 deletions

View File

@ -34,6 +34,16 @@ function cmd_help ()
echo "TODO: description"
}
function cmd_need_superuser ()
{
false
}
function cmd_need_steamuser ()
{
true
}
function cmd_main ()
{
include "$LibDir/game.lib"