summaryrefslogtreecommitdiff
path: root/scripts/screenrc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/screenrc')
-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 '