更新 nws.sh
This commit is contained in:
parent
603c26293e
commit
a36b1f9a78
2
nws.sh
2
nws.sh
@ -755,7 +755,7 @@ print_end_time() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_runs_counter() {
|
get_runs_counter() {
|
||||||
local counter=$(wget -qO- https://runs.nws.sh/)
|
local counter=1
|
||||||
|
|
||||||
if [[ -n "$counter" ]]; then
|
if [[ -n "$counter" ]]; then
|
||||||
echo " Total Script Runs : $(_green "$counter")"
|
echo " Total Script Runs : $(_green "$counter")"
|
||||||
|
Loading…
Reference in New Issue
Block a user