4 lines
60 B
Bash
4 lines
60 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
go build -o bookings cmd/web/*go && ./bookings
|