v2ray-agent/progress.sh

13 lines
155 B
Bash

#!/usr/bin/env bash
installProgress=3
totalProgress=10
init(){
progress 1 2
}
init
# ps -ef|grep -v grep|grep sleep|awk '{print $3}'|xargs kill -9