9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
|
#!/bin/sh
|
||
|
. ~/.bin/_config
|
||
|
|
||
|
set -x
|
||
|
|
||
|
needs go--
|
||
|
|
||
|
make MODGO_VERSION=latest modgo-gen-modules > modules.inc
|