dnote/web/scripts/start.sh
2019-05-10 09:31:31 +10:00

6 lines
75 B
Bash
Executable file

#!/bin/bash
# start.sh starts the server
export PORT=3000
go run main.go