diff --git a/remote-present.sh b/remote-present.sh index 104a1ff..1103632 100755 --- a/remote-present.sh +++ b/remote-present.sh @@ -25,15 +25,12 @@ h3() { echo $1 | toilet --gay -f mini } -sigint() { - echo -} - -trap sigint 2 +trap : 2 ## NOW WE"RE REMOTING h1 " we're on bunkchat now" +append h3 incredible append echo "so like what's here?" @@ -41,6 +38,8 @@ echo "(that we could meaningfully engage with in <5 minutes?)" ## newslide +h3 "the halp file" +append set -x halp { set +x; } 2>/dev/null @@ -93,9 +92,36 @@ bunkdeck h1 enough! h2 "yr 5 minutes is almost done!" append -h3 "go back to rc!" +h3 "show some code!" append 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 exit 0