7 lines
72 B
Fish
7 lines
72 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function grep
|
||
|
command grep --color $argv
|
||
|
end
|