Change comment styling

This commit is contained in:
exu 2023-08-03 21:22:08 +02:00
parent a58932e072
commit c185b5df0a

View File

@ -337,6 +337,7 @@ git clone https://github.com/RealStickman/bash-cat-with-cat.git &>/dev/null
cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh" cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh"
rm -rf ./bash-cat-with-cat rm -rf ./bash-cat-with-cat
: '
echo echo
cat <<EOF cat <<EOF
#################### ####################
@ -345,11 +346,11 @@ cat <<EOF
EOF EOF
# download ip-calculator with powershell # download ip-calculator with powershell
#echo "Installing powershell ip calculator" echo "Installing powershell ip calculator"
#git clone https://github.com/RealStickman/PSipcalc &>/dev/null git clone https://github.com/RealStickman/PSipcalc &>/dev/null
#cp ./PSipcalc/PSipcalc.ps1 "$HOME/scripts/in_path/sc-psipcalc" cp ./PSipcalc/PSipcalc.ps1 "$HOME/scripts/in_path/sc-psipcalc"
#rm -rf ./PSipcalc rm -rf ./PSipcalc
'
echo echo
cat <<EOF cat <<EOF
######################################## ########################################