shebang
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o notely
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o notely
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -f .env ]; then
|
if [ -f .env ]; then
|
||||||
source .env
|
source .env
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user