6 lines
98 B
Fish
6 lines
98 B
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
function figlet --wraps figlet
|
||
|
command figlet -f "ANSI Shadow" $argv
|
||
|
end
|