handle some errors

This commit is contained in:
sorrel 2024-04-24 20:28:12 -04:00
parent 53f068f448
commit cd5219488b
2 changed files with 2 additions and 8 deletions

View file

@ -50,17 +50,11 @@ toilet -w 100 -f block --gay bunkchat | tr "_|" "~#"
newslide
echo "it's chat in a file"
set -x
proclaim
{ set +x; } 2>/dev/null
append
set -x
heed
{ set +x; } 2>/dev/null
append
set -x
scry
{ set +x; } 2>/dev/null
newslide
h3 "multiplex?"

View file

@ -107,8 +107,8 @@ h1 "let's go!"
newslide
set -x
preparetopaste "cd code/rc-presentation & ./remote-present.sh"
ssh oxaliq@bunk.computer
preparetopaste "cd code/rc-presentation; ./remote-present.sh"
ssh oxaliq@bunk.computer 2>/dev/null || echo "hurray!"
{ set +x; } 2>/dev/null