From 487d631358cdc8cfe4c177bd31ed3258e7f26ae2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 14 Aug 2021 19:10:57 +0200 Subject: [PATCH] updated script and README --- README.md | 6 --- bld-deploy-q7s.sh | 99 +++++++++++++++++++++++++++++++++++++++++++++++ deploy-q7s.sh | 6 --- 3 files changed, 99 insertions(+), 12 deletions(-) create mode 100755 bld-deploy-q7s.sh delete mode 100755 deploy-q7s.sh 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 <