This commit is contained in:
Wang Sen Di
2025-12-08 16:54:08 +08:00
parent 5ffafb5923
commit f09a253fb1
23 changed files with 597 additions and 0 deletions

17
boot/cron.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
# shellcheck disable=SC1091
# shellcheck disable=SC2009
# Admin https://www.yuque.com/wangsendi
__main() {
: # TODO
}
__main
__help() {
cat >/dev/null <<-'AEOF'
AEOF
}