Add run script

This commit is contained in:
Muyao CHEN 2024-07-02 21:51:07 +02:00
parent d87d8ed594
commit 0c0159734e
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
**/c.out
**/c.html
bookings

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
go build -o bookings cmd/web/*go && ./bookings