From eae301e993ecd8ad528f1e23af5aaa42a9f7c769 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 3 Aug 2020 17:24:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- progress.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 progress.sh 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