5 lines
64 B
Fish
5 lines
64 B
Fish
#!/usr/bin/env fish
|
|
|
|
function cat --wraps bat
|
|
bat $argv
|
|
end
|