This commit is contained in:
Marc Beninca 2024-04-26 15:38:22 +02:00
parent b07b446fa5
commit 62036d62c2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
cd.sh
View file

@ -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}
" "