From: Don Armstrong Date: Sun, 1 Jun 2025 17:14:52 +0000 (-0700) Subject: use GET instead of links directly for job description X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;p=resume.git use GET instead of links directly for job description --- diff --git a/new_job b/new_job index 60ab410..33b6733 100755 --- a/new_job +++ b/new_job @@ -10,9 +10,11 @@ git config set branch."$NAME".merge refs/heads/"$NAME" git checkout "$NAME" echo "{\"url\":\"$URL\",\"name\":\"$NAME\"}" > job_details.json +git add job_details.json -links -dump "$1" > job_description.txt +GET "$1" > job_description.html +links -dump job_description.html > job_description.txt +rm -f job_description.html -git add job_details.json git add job_description.txt