added scripts folder to gitea

This commit is contained in:
lucca
2026-06-11 13:47:48 -04:00
commit f8130bd7d0
91 changed files with 1868 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
session_name: 3-pane-split
windows:
- window_name: dev window
layout: tiled
shell_command_before:
- cd ~/rmctrl # run as a first command in all panes
panes:
- while true; do python3 inputtest.py js0; done # pane no. 1
- while true; do python3 inputtest.py js1; done # pane no. 2
- ./keepalive.sh # pane no. 3