so much prettier now

This commit is contained in:
2024-11-18 15:59:36 -06:00
parent 55efa70f3c
commit f7c2716b0f
13 changed files with 68 additions and 46 deletions

View File

@@ -27,7 +27,7 @@ echo " " >> ../output/intermediate/human/CharlesNWybleLongResume.md
IFS=$'\n\t'
for position in $(cat ../../common/WorkHistory.csv); do
echo " " >> ../output/intermediate/human/CharlesNWybleLongResume.md
echo $position >> ../output/intermediate/human/CharlesNWybleLongResume.md
echo $position | sed -e 's/|//g' >> ../output/intermediate/human/CharlesNWybleLongResume.md
POSITION_FILE_NAME="$(echo $position | awk -F '|' '{print $1}')"
cat "../@ReachableCEO/Resume/CV/$POSITION_FILE_NAME.md" >> ../output/intermediate/human/CharlesNWybleLongResume.md
echo " " >> ../output/intermediate/human/CharlesNWybleLongResume.md