changing import script to have a bit better resolution into what's running

master
dtookey 4 years ago
parent 2e84d53a05
commit 6b1fc9bcc8

@ -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

Loading…
Cancel
Save