This commit is contained in:
weyu 2025-03-28 11:04:07 +08:00
parent 25bdfc1fb3
commit 1c058d70d4
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#!/bin/bash -x
source libs/aliyun.sh
main(){
install_aliyun_ossutil
}
main;