5 lines
72 B
Bash
5 lines
72 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
exec kill -9 $(lsof -t -i:8080)
|
||
|
|
exec go run cmd/web/web.go
|