This commit is contained in:
7
test/cron.zsh
Normal file
7
test/cron.zsh
Normal file
@ -0,0 +1,7 @@
|
||||
function cron() {
|
||||
t=`docker ps |grep aios|grep Up`
|
||||
if [ -z "$t" ];then
|
||||
docker compose up -d
|
||||
fi
|
||||
exit
|
||||
}
|
Reference in New Issue
Block a user