cli/pkg/cmd/extension/ext_tmpls/buildScript.sh
2021-11-24 11:59:00 +01:00

4 lines
137 B
Bash

#!/usr/bin/env bash
echo "TODO implement this script."
echo "It should build binaries in dist/<platform>-<arch>[.exe] as needed."
exit 1