fixes
This commit is contained in:
parent
b07b446fa5
commit
62036d62c2
1 changed files with 3 additions and 1 deletions
4
cd.sh
4
cd.sh
|
@ -1,3 +1,5 @@
|
||||||
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
CD_DNS_SERVERS=(
|
CD_DNS_SERVERS=(
|
||||||
'9.9.9.9'
|
'9.9.9.9'
|
||||||
)
|
)
|
||||||
|
@ -25,7 +27,7 @@ CD_STEP=0
|
||||||
|
|
||||||
function cd_step {
|
function cd_step {
|
||||||
if [ "${1}" ] ; then
|
if [ "${1}" ] ; then
|
||||||
CD_STEP=$((CD_STEP+1))
|
((CD_STEP++))
|
||||||
echo "
|
echo "
|
||||||
↕ ${CD_STEP} ↔ ${1}
|
↕ ${CD_STEP} ↔ ${1}
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue