Skip to content

Commit dbcca7e

Browse files
committed
Fix packetfu-shell print
1 parent b8f51b1 commit dbcca7e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

examples/packetfu-shell.rb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ def arp(arg)
2626
#
2727
def packetfu_ascii_art
2828
puts <<EOM
29-
_______ _______ _______ _ _______ _________ _______
30-
( ____ )( ___ )( ____ \\| \\ /\\( ____ \\\\__ __/( ____ \\|\\ /|
31-
| ( )|| ( ) || ( \\/| \\ / /| ( \\/ ) ( | ( \\/| ) ( |
32-
| (____)|| (___) || | | (_/ / | (__ | | | (__ | | | |
33-
| _____)| ___ || | | _ ( | __) | | | __) | | | |
34-
| ( | ( ) || | | ( \\ \\ | ( | | | ( | | | |
35-
| ) | ) ( || (____/\\| / \\ \\| (____/\\ | | | ) | (___) |
36-
|/ |/ \\|(_______/|_/ \\/(_______/ )_( |/ (_______)
37-
____________________________ ____________________________
38-
( ) ( )
39-
| 01000001 00101101 01001000 )( )( )( )( )( 00101101 01000001 00100001 |
40-
| )( )( )( )( )( |
41-
(____________________________) (____________________________)
42-
PacketFu
43-
a mid-level packet manipulation library for ruby
29+
_______ _______ _______ _ _______ _________ _______ ______
30+
( ____ )( ___ )( ____ \\| \\ /\\( ____ \\\\__ __/( ____ \\|\\ /|( ____)
31+
| ( )|| ( ) || ( \\/| \\ / /| ( \\/ ) ( | ( \\/| ) ( || (
32+
| (____)|| (___) || | | (_/ / | (__ | | | (__ | | | || (____
33+
| _____)| ___ || | | _ ( | __) | | | __) | | | || (__ |
34+
| ( | ( ) || | | ( \\ \\ | ( | | | ( | | | || ( ) |
35+
| ) | ) ( || (____/\\| / \\ \\| (____/\\ | | | ) | (___) || (__) |
36+
|/ |/ \\|(_______/|_/ \\/(_______/ )_( |/ (_______)(______)
37+
________________________________ ________________________________
38+
( ) ( )
39+
| 01000001 00101101 01001000 )( )( )( )( )( 00101101 01000001 00100001 |
40+
| )( )( )( )( )( |
41+
(________________________________) (________________________________)
42+
PacketFu
43+
a mid-level packet manipulation library for ruby
4444
4545
EOM
4646
end

0 commit comments

Comments
 (0)