added kill detached screen command

This commit is contained in:
snollygolly
2015-12-28 21:20:38 -06:00
parent c96cb115ed
commit d143af0cbb

View File

@@ -21,3 +21,7 @@
- Detach from inside a screen
`ctrl+A D`
- Kill a detached screen
`screen -X -S {{screen id}} quit`