From c5828fd5393279def342465ee92c5991a62f91cd Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 14 Jun 2023 16:33:00 +0200 Subject: demo: missing demo part Add echo abcd for connect demo. Pull and make before running the demo. --- web/common.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/common.sh') diff --git a/web/common.sh b/web/common.sh index c269fe1..a4f7af0 100644 --- a/web/common.sh +++ b/web/common.sh @@ -11,6 +11,8 @@ SEITAN_DIR=$(pwd) setup_common() { + git pull + make tmux new-session -d -s $SESSION tmux send-keys -t $SESSION 'PS1="$ "' tmux send-keys -t $SESSION C-m -- cgit v1.2.3