Skip to content

Commit ca79850

Browse files
committed
shebang
1 parent 57e5fde commit ca79850

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/buildprod.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#!/bin/bash
2+
13
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o notely

scripts/migrateup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
if [ -f .env ]; then
24
source .env
35
fi

0 commit comments

Comments
 (0)