Added Cygxcolors & hostconf
This commit is contained in:
7
bash/hostconf/noconf
Normal file
7
bash/hostconf/noconf
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
HOSTNAMES=()
|
||||
|
||||
for i in {0..99}; do
|
||||
HOSTNAMES[$i]=""
|
||||
done
|
Reference in New Issue
Block a user