shebang
This commit is contained in:
@@ -1 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o notely
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o notely
|
||||
|
||||