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