|
|
|
|
|
by moondev
505 days ago
|
|
I like using this with tusk, which is a golang cli a bit like make, but it uses yaml for the config. The shebang is #!/usr/bin/env -s go run github.com/rliebz/tusk@latest -f
Then use gosh a golang shell for the interpreter interpreter: go run mvdan.cc/sh/v3/cmd/gosh@latest -s
This makes it a cli can run anywhere on any architecture with golang installed |
|