Commit 117e3108 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 261a04d2
......@@ -17,7 +17,7 @@ cmd_deploy() {
# cmd_deploy_local <path> - deploy NEO & needed software for tests @path
cmd_deploy_local() {
path=$1
test-z "$path" && echo 1>&2 "Usage: neotest deploy-local
test -z "$path" && echo 1>&2 "Usage: neotest deploy-local <path>" && exit 1
test -e $path/deployed && echo "# already deployed" && return
mkdir -p $path
cd $path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment