trap sigint
This commit is contained in:
parent
677833b45a
commit
4f24524ae1
1 changed files with 18 additions and 6 deletions
|
@ -25,6 +25,12 @@ h3() {
|
|||
echo $1 | toilet --gay -f mini
|
||||
}
|
||||
|
||||
sigint() {
|
||||
echo
|
||||
}
|
||||
|
||||
trap sigint 2
|
||||
|
||||
## NOW WE"RE REMOTING
|
||||
|
||||
h1 " we're on bunkchat now"
|
||||
|
@ -50,12 +56,18 @@ toilet -w 100 -f block --gay bunkchat | tr "_|" "~#"
|
|||
newslide
|
||||
echo "it's chat in a file"
|
||||
|
||||
proclaim 2>/dev/null || echo "where indeed?"
|
||||
append
|
||||
heed 2>/dev/null || echo "okay i think i get it now"
|
||||
append
|
||||
scry 2>/dev/null || echo "history too?? but..."
|
||||
|
||||
proclaim
|
||||
append
|
||||
echo "where indeed?"
|
||||
append
|
||||
heed
|
||||
append
|
||||
echo "okay i think i get it"
|
||||
append
|
||||
scry
|
||||
append
|
||||
echo "maybe you could..."
|
||||
newslide
|
||||
h3 "multiplex?"
|
||||
|
||||
|
@ -71,7 +83,7 @@ bunkdeck
|
|||
{ set +x; } 2>/dev/null
|
||||
|
||||
h1 enough!
|
||||
h2 "yr 5 minutes is almost done"
|
||||
h2 "yr 5 minutes is almost done!"
|
||||
append
|
||||
h3 "go back to rc!"
|
||||
append
|
||||
|
|
Loading…
Reference in a new issue