-
This commit is contained in:
17
boot/cron.sh
Normal file
17
boot/cron.sh
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user