v0.2 - Reworked code

This commit is contained in:
Ze'ev Schurmann 2024-08-01 20:05:58 +02:00
parent 1e869ee9f2
commit 558cc6213e
2 changed files with 10 additions and 0 deletions

5
achar
View File

@ -1,3 +1,4 @@
#!/bin/bash
## Title : ACHAR - Auto Completion of Hosts Add/Remove script
## Version : 0.2
## GIT Repo : https://git.zaks.web.za/zaks-web/achar
@ -143,6 +144,10 @@ function achar_help {
echo "${line:3}"
elif [[ ${line:0:2} == "#!" ]]; then
donothing=0
else
echo

View File

@ -1,3 +1,4 @@
#!/bin/bash
## Title : ACHAR - Auto Completion of Hosts Add/Remove script
## Version : 0.2
## GIT Repo : https://git.zaks.web.za/zaks-web/achar
@ -143,6 +144,10 @@ function achar_help {
echo "${line:3}"
elif [[ ${line:0:2} == "#!" ]]; then
donothing=0
else
echo