Adding files
This commit is contained in:
parent
7579dc37aa
commit
56f232f3b2
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
|
Loading…
x
Reference in New Issue
Block a user