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