diff --git a/remote-present.sh b/remote-present.sh index 1dbdc26..6cbd9c5 100755 --- a/remote-present.sh +++ b/remote-present.sh @@ -50,11 +50,11 @@ toilet -w 100 -f block --gay bunkchat | tr "_|" "~#" newslide echo "it's chat in a file" -proclaim +proclaim 2>/dev/null || echo "where indeed?" append -heed +heed 2>/dev/null || echo "okay i think i get it now" append -scry +scry 2>/dev/null || echo "history too?? but..." newslide h3 "multiplex?" diff --git a/tilde-present.sh b/tilde-present.sh index 96c0691..2db0f48 100755 --- a/tilde-present.sh +++ b/tilde-present.sh @@ -137,3 +137,6 @@ rainbow "https://wiki.bunk.computer" newslide h1 "fin" + +newslide +exit 0