Files
old-svevijesti/run.sh
2024-01-29 14:55:20 +01:00

5 lines
72 B
Bash

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