Added Cygxcolors & hostconf

This commit is contained in:
2014-07-29 09:50:44 +08:00
parent 1563dffba8
commit 56a34a1f12
6 changed files with 153 additions and 1 deletions

7
bash/hostconf/noconf Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
HOSTNAMES=()
for i in {0..99}; do
HOSTNAMES[$i]=""
done