summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-20 09:57:49 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-20 09:57:49 -0500
commitb41b7acf80ad6d49cfde49ae562aaf85ba4f8768 (patch)
treebcf45cf830dda75a026b64b4f447c042f7570a3e /scripts
parent588b6d8bfa1b2efdebf8c424c86f6069cceafa41 (diff)
downloadcamu-b41b7acf80ad6d49cfde49ae562aaf85ba4f8768.tar.gz
camu-b41b7acf80ad6d49cfde49ae562aaf85ba4f8768.tar.bz2
camu-b41b7acf80ad6d49cfde49ae562aaf85ba4f8768.zip
Initial hardware config, refactor flake
doc -> docs Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/screenrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/screenrc b/scripts/screenrc
index 9c84722..925703d 100644
--- a/scripts/screenrc
+++ b/scripts/screenrc
@@ -6,4 +6,4 @@ screen -t 'cmsrv' ./src/fruits/cmsrv/cmsrv
split
focus
screen -t 'cmsrv_debug'
-stuff 'gdb -p $(pgrep cmsrv) -ex cont '
+stuff 'sleep 1 && gdb -p $(pgrep cmsrv) -ex cont '