diff --git a/README.md b/README.md index cbbceaa..3e06582 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,3 @@ binary conveniently. ```sh sudo apt-get install sshpass ``` - -5. Specify the ssh password as the `SSHPASS` variable - - ```sh - export SSHPASS="" - ``` diff --git a/bld-deploy-q7s.sh b/bld-deploy-q7s.sh new file mode 100755 index 0000000..e1a0756 --- /dev/null +++ b/bld-deploy-q7s.sh @@ -0,0 +1,99 @@ +#!/bin/bash +scriptname="deploy-q7s.sh" +app_name="q7s-rs-crosscompile" + +read -r -d '' cli_help <