diff --git a/progress.sh b/progress.sh deleted file mode 100755 index 66b3147..0000000 --- a/progress.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/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