aboutsummaryrefslogtreecommitdiffstats
path: root/.download_from_Kalray.sh
diff options
context:
space:
mode:
Diffstat (limited to '.download_from_Kalray.sh')
-rwxr-xr-x.download_from_Kalray.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/.download_from_Kalray.sh b/.download_from_Kalray.sh
new file mode 100755
index 00000000..a7f28d5a
--- /dev/null
+++ b/.download_from_Kalray.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+mkdir download
+cd download
+sshpass "-p$KALRAY_SFTP_PASSWORD" sftp -o "StrictHostKeyChecking=no" compcert@ssh.kalray.eu <<EOF
+cd files
+get DEB.tar
+EOF
+tar xf DEB.tar