This commit is contained in:
Wang Sen Di
2025-12-09 11:55:44 +08:00
commit 9764b5f968
24 changed files with 597 additions and 0 deletions

15
boot/auto.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
__main() {
:
}
__main
__help() {
cat >/dev/null <<-'AEOF'
AEOF
}