Giving up the dream of masterdocs under _includes

This commit is contained in:
John Mulhausen
2016-02-26 03:54:48 -08:00
parent f72bd4ae83
commit 6a4b9a2d99
615 changed files with 50048 additions and 28982 deletions
+9 -1
View File
@@ -3,12 +3,20 @@
#git checkout gh-pages
#cd ..
while read line || [[ -n ${line} ]]; do
mystring="line"
IFS=',' read -a myarray <<< "$mystring"
echo "IP: ${myarray[0]}"
echo "STATUS: ${myarray[3]}"
CLEARPATH=${line}
K8SSOURCE='k8s/_'${line}
DESTINATION=${line%/*}
echo "rm -rf ${CLEARPATH}"
echo "mv ${K8SSOURCE} ${DESTINATION}"
done <source_files_from_main_k8s_repo.txt
done <_data/overrides.yml
#rm -rf k8s