add code showcase

This commit is contained in:
sorrel 2024-04-24 23:54:48 -04:00
parent b53fc606f1
commit 2b2ccf6e44

View file

@ -25,15 +25,12 @@ h3() {
echo $1 | toilet --gay -f mini echo $1 | toilet --gay -f mini
} }
sigint() { trap : 2
echo
}
trap sigint 2
## NOW WE"RE REMOTING ## NOW WE"RE REMOTING
h1 " we're on bunkchat now" h1 " we're on bunkchat now"
append
h3 incredible h3 incredible
append append
echo "so like what's here?" echo "so like what's here?"
@ -41,6 +38,8 @@ echo "(that we could meaningfully engage with in <5 minutes?)"
## ##
newslide newslide
h3 "the halp file"
append
set -x set -x
halp halp
{ set +x; } 2>/dev/null { set +x; } 2>/dev/null
@ -93,9 +92,36 @@ bunkdeck
h1 enough! h1 enough!
h2 "yr 5 minutes is almost done!" h2 "yr 5 minutes is almost done!"
append append
h3 "go back to rc!" h3 "show some code!"
append append
echo "okay" echo "okay"
newslide
echo "there's some code for writing"
append
less ~/code/bunkchat/proclaim
newslide
echo "and some code for reading"
append
less ~/code/bunkchat/heed
newslide
echo "and, of course the tmux scripting"
append
less ~/code/bunkdeck/bunkdeck
newslide
echo "the install script includes an important piece of how this all works"
append
less ~/code/bunchat/install.sh
append
echo "that's a load-bearing `chattr +a`"
newslide
h2 "not for low trust servers"
append
h3 "we're all friends here"
newslide
echo "okay cute!"
echo "thank you for visiting our tilde"
append
echo "time to abruptly close this connection"
newslide newslide
exit 0 exit 0