diff options
| author | 2024-11-20 09:57:49 -0500 | |
|---|---|---|
| committer | 2024-11-20 09:57:49 -0500 | |
| commit | b41b7acf80ad6d49cfde49ae562aaf85ba4f8768 (patch) | |
| tree | bcf45cf830dda75a026b64b4f447c042f7570a3e /scripts | |
| parent | 588b6d8bfa1b2efdebf8c424c86f6069cceafa41 (diff) | |
| download | camu-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/screenrc | 2 |
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
' |