#!/bin/bash exec kill -9 $(lsof -t -i:8080) exec go run cmd/web/web.go