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 6db5872 commit 90ab8a5Copy full SHA for 90ab8a5
core/tools/scripts/bootstrap.sh
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env bash
2
+
3
+# Exit immediately if a command exits with a non-zero status
4
+set -e
5
6
+SCRIPTS_PATH=$(dirname "$0")
7
+cp $PWD/$SCRIPTS_PATH/red-pill /usr/bin/
core/tools/scripts/red-pill
@@ -0,0 +1,5 @@
+echo "You took the red pill."
+echo "You stay in Wonderland, and I show you how deep the rabbit hole goes."
+echo "Remember, all I'm offering is the truth. Nothing more."
+echo "Exiting from docker, welcome to the real world."
+sshpass -p raspberry ssh -o StrictHostKeyChecking=no pi@localhost
0 commit comments