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