Adding files

This commit is contained in:
Scott C. MacCallum 2022-12-09 16:35:25 +00:00
parent 7579dc37aa
commit 56f232f3b2
3 changed files with 15 additions and 0 deletions

5
attach-irc.ksh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/ksh
screen epic5 irc.libera.chat
exit 0

5
detach.ksh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/ksh
screen -d
exit 0

5
reattach.ksh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/ksh
screen -r
exit 0