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