Adding files
This commit is contained in:
5
attach-irc.ksh
Executable file
5
attach-irc.ksh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/ksh
|
||||||
|
|
||||||
|
screen epic5 irc.libera.chat
|
||||||
|
|
||||||
|
exit 0
|
5
detach.ksh
Normal file
5
detach.ksh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/ksh
|
||||||
|
|
||||||
|
screen -d
|
||||||
|
|
||||||
|
exit 0
|
5
reattach.ksh
Executable file
5
reattach.ksh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/ksh
|
||||||
|
|
||||||
|
screen -r
|
||||||
|
|
||||||
|
exit 0
|
Reference in New Issue
Block a user