5 lines
69 B
Fish
5 lines
69 B
Fish
#!/usr/bin/env fish
|
|
|
|
function neo
|
|
neo-matrix --charset=ascii
|
|
end
|