mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Man, I'm not on the ball. 4th does not need to escape '\' chars. This
should make our beloved friend look less like he has a massive head wound.
This commit is contained in:
parent
c5d8f6027e
commit
0480feef80
1 changed files with 8 additions and 8 deletions
|
|
@ -51,21 +51,21 @@ variable rebootkey
|
|||
: print-beastie ( x y -- )
|
||||
2dup at-xy ." , ," 1+
|
||||
2dup at-xy ." /( )`" 1+
|
||||
2dup at-xy ." \\ \\___ / |" 1+
|
||||
2dup at-xy ." \ \___ / |" 1+
|
||||
2dup at-xy ." /- _ `-/ '" 1+
|
||||
2dup at-xy ." (/\\/ \\ \\ /\\" 1+
|
||||
2dup at-xy ." / / | ` \\" 1+
|
||||
2dup at-xy ." (/\/ \ \ /\" 1+
|
||||
2dup at-xy ." / / | ` \" 1+
|
||||
2dup at-xy ." O O ) / |" 1+
|
||||
2dup at-xy ." `-^--'`< '" 1+
|
||||
2dup at-xy ." (_.) _ ) /" 1+
|
||||
2dup at-xy ." `.___/` /" 1+
|
||||
2dup at-xy ." `-----' /" 1+
|
||||
2dup at-xy ." <----. __ / __ \\" 1+
|
||||
2dup at-xy ." <----|====O)))==) \\) /====" 1+
|
||||
2dup at-xy ." <----' `--' `.__,' \\" 1+
|
||||
2dup at-xy ." <----. __ / __ \" 1+
|
||||
2dup at-xy ." <----|====O)))==) \) /====" 1+
|
||||
2dup at-xy ." <----' `--' `.__,' \" 1+
|
||||
2dup at-xy ." | |" 1+
|
||||
2dup at-xy ." \\ / /\\" 1+
|
||||
2dup at-xy ." ______( (_ / \\______/" 1+
|
||||
2dup at-xy ." \ / /\" 1+
|
||||
2dup at-xy ." ______( (_ / \______/" 1+
|
||||
2dup at-xy ." ,' ,-----' |" 1+
|
||||
at-xy ." `--{__________)"
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in a new issue