v0.2 - Reworked code
This commit is contained in:
parent
1e869ee9f2
commit
558cc6213e
5
achar
5
achar
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
## Title : ACHAR - Auto Completion of Hosts Add/Remove script
|
## Title : ACHAR - Auto Completion of Hosts Add/Remove script
|
||||||
## Version : 0.2
|
## Version : 0.2
|
||||||
## GIT Repo : https://git.zaks.web.za/zaks-web/achar
|
## GIT Repo : https://git.zaks.web.za/zaks-web/achar
|
||||||
|
@ -143,6 +144,10 @@ function achar_help {
|
||||||
|
|
||||||
echo "${line:3}"
|
echo "${line:3}"
|
||||||
|
|
||||||
|
elif [[ ${line:0:2} == "#!" ]]; then
|
||||||
|
|
||||||
|
donothing=0
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
## Title : ACHAR - Auto Completion of Hosts Add/Remove script
|
## Title : ACHAR - Auto Completion of Hosts Add/Remove script
|
||||||
## Version : 0.2
|
## Version : 0.2
|
||||||
## GIT Repo : https://git.zaks.web.za/zaks-web/achar
|
## GIT Repo : https://git.zaks.web.za/zaks-web/achar
|
||||||
|
@ -143,6 +144,10 @@ function achar_help {
|
||||||
|
|
||||||
echo "${line:3}"
|
echo "${line:3}"
|
||||||
|
|
||||||
|
elif [[ ${line:0:2} == "#!" ]]; then
|
||||||
|
|
||||||
|
donothing=0
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue