4 lines
137 B
Bash
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
|