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