Files
herolib/lib/osal/screen
Mahmoud Emad ccfc7c4656 fix: improve package management and screen status
- Fix issues in package installation and removal across
different platforms (Ubuntu, macOS, Alpine, Arch).
- Improve error handling and add sudo support where
necessary.
- Enhance screen status check to accurately reflect
process activity.
- Address minor bugs in `db.v`, `done.v`, and
`net_test.v`.
- Correct minor inconsistencies in package names.
2024-12-25 17:12:08 +02:00
..
2024-12-25 08:40:56 +01:00
2024-12-25 08:40:56 +01:00

screen

#to see sessions which have been created

screen -ls

There is a screen on:
	3230.test	(Detached)

#now to attach to this screen
screen -r test