From 677833b45ac3197fedba901ca3b8763d4293d60a Mon Sep 17 00:00:00 2001 From: oxaliq Date: Wed, 24 Apr 2024 20:36:12 -0400 Subject: [PATCH] handle more non-zero exits and cleanup nice --- remote-present.sh | 6 +++--- tilde-present.sh | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) 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