3 lines
87 B
Bash
3 lines
87 B
Bash
|
#!/bin/bash
|
||
|
nodemon --exec go run cmd/bbb-graphql-middleware/main.go --signal SIGTERM
|