1
0
forked from x/ContextOS
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
_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() {
case "$1" in
app) # 生产环境