Files
old-svevijesti/run.sh

5 lines
72 B
Bash
Raw Normal View History

2024-01-29 14:55:20 +01:00
#!/bin/bash
exec kill -9 $(lsof -t -i:8080)
exec go run cmd/web/web.go