Sunday, 18th December 2022
TIL
Start, test, then stop a localhost web server in a Bash script
— I wanted to write a bash script that would start a Datasette server running, run a request against it using `curl`, then stop the server again.