1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-01 13:45:36 +08:00
parent e352d79c58
commit 58cb4cd35d

View File

@ -1,11 +1,5 @@
#!/bin/sh #!/bin/sh
_down_tar() { # 下载文件 file path
[ -f $1 ] && return; _down_big_file "$@" && tar -xf $1
}
_down_tars() { # 下载文件 file...
for file in "$@"; do _down_tar $file publish/$file; done
}
main() { main() {
case "$1" in case "$1" in
app) # 生产环境 app) # 生产环境