CPP 静态合成
This commit is contained in:
@@ -148,6 +148,22 @@ if [ "$1" = "run" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$1" = "enable_autostart" ]; then
|
||||
enable_autostart
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$1" = "disable_autostart" ]; then
|
||||
disable_autostart
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$1" = "status" ]; then
|
||||
show_status
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
# 交互式主程序
|
||||
while true; do
|
||||
show_menu
|
||||
|
||||
Reference in New Issue
Block a user