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 e255626 commit 591fdc0Copy full SHA for 591fdc0
src/scripts/g
@@ -0,0 +1,12 @@
1
+set -ev
2
+mkdir -p `pwd`/logs
3
+export LOGS=`pwd`/logs
4
+rm -f $LOGS/log
5
+unset INIT_CWD
6
+unset PGHOST
7
+export DEBUG="cocalc:*"
8
+#export DEBUG_CONSOLE="yes"
9
+unset DEBUG_CONSOLE
10
+
11
+#export COCALC_DISABLE_API_VALIDATION=yes
12
+pnpm hub
src/scripts/g-tmux.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+tmux new-session -d -s mysession
+tmux new-window -t mysession:1
+sleep 1
+tmux send-keys -t mysession:1 './scripts/g' C-m
+tmux send-keys -t mysession:0 'pnpm database' C-m
+tmux attach -t mysession
0 commit comments