3 lines
82 B
Bash
3 lines
82 B
Bash
#!/bin/bash
|
|
# Simple shell script to run application in dev mode
|
|
go run server.go
|