diff --git a/src/bash/import.sh b/src/bash/import.sh index ce1ba2c..c786c3e 100644 --- a/src/bash/import.sh +++ b/src/bash/import.sh @@ -8,7 +8,13 @@ SECRET=$(sed -n 1p "${HOME}"/c) cd ${HOME}/clarity-vitals/ || exit -awk 'FNR==1{print ""}1' ${SQL_DIR}/src/sql/0-run-first/*.sql | mysql -u"${USER}" -p"${SECRET}" projects + +for filename in "${SQL_DIR}"/src/sql/0-run-first/*.sql; do + + echo "${filename}" + +done +#awk 'FNR==1{print ""}1' ${SQL_DIR}/src/sql/0-run-first/*.sql | mysql -u"${USER}" -p"${SECRET}" projects #just for dev. we'll use this as the proverbial scarf left on the flower pot