return wrongly removed convenience script
This commit is contained in:
parent
88270f1ab1
commit
2b99c8a1fe
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Move to the repository root:
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
# Go!
|
||||
go run -mod=vendor . -- "$@"
|
Loading…
Reference in New Issue