We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1b622 commit 157f3c7Copy full SHA for 157f3c7
build-cli.sh
@@ -2,5 +2,7 @@
2
3
exec_name=writeas
4
5
+echo "Building $exec_name CLI..."
6
gb build github.com/writeas/writeas-cli/cmd/writeas
7
+echo "mv bin/$exec_name data/$exec_name"
8
mv bin/$exec_name data/$exec_name
0 commit comments