Skip to content

Commit b94c6ab

Browse files
author
Yurin Doctrine
authored
Logo (Builtin): Add Shebang Linux (#1592)
* add src/logo/ascii/shebang.txt Support for Shebang Linux * add Shebang to src/logo/builtin.c Support for Shebang Linux * fix Shebang order in builtin.c
1 parent 38ea333 commit b94c6ab

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

src/logo/ascii/shebang.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
'
2+
'#'
3+
'#!#'
4+
'#!#!#'
5+
'#!#!#!#'
6+
'#!#!#!#!#'
7+
'#!#!#!#!#!#'
8+
'#!#!#!#!#!#!#'
9+
#!#!#!#!#!#!'
10+
'#! #!#!#!#!#'
11+
'#!#!#!#! #!#!#!'
12+
'#!#!#!#!#!#!#! #!#!'
13+
'#!#!#!#!#!#!#!#!#!#! #'
14+
'#!#!#!#!#!#!#!#!#!#!#!#!
15+
'#!#!#!#!#!#!#!#!#!#! #!'
16+
'#!#!#!#!#!#!#!#! #!#!#!'
17+
'#!#!#!#!#!#! #!#!#!#!#!'
18+
'#!#!#!#! #!#!#!#!#'
19+
'#!#! #!#!#'
20+
'# #!'

src/logo/builtin.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4232,6 +4232,15 @@ static const FFlogo S[] = {
42324232
FF_COLOR_FG_WHITE,
42334233
},
42344234
},
4235+
// Shebang
4236+
{
4237+
.names = {"Shebang"},
4238+
.lines = FASTFETCH_DATATEXT_LOGO_SHEBANG,
4239+
.colors = {
4240+
FF_COLOR_FG_WHITE,
4241+
FF_COLOR_FG_WHITE,
4242+
},
4243+
},
42354244
// Siduction
42364245
{
42374246
.names = {"Siduction"},

0 commit comments

Comments
 (0)