handle more non-zero exits and cleanup nice

This commit is contained in:
sorrel 2024-04-24 20:36:12 -04:00
parent c6559432a9
commit 677833b45a
2 changed files with 6 additions and 3 deletions

View file

@ -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?"

View file

@ -137,3 +137,6 @@ rainbow "https://wiki.bunk.computer"
newslide
h1 "fin"
newslide
exit 0