1
0
Fork 0
vdotfiles/cli/.config/fish/functions/tailf.fish

3 lines
45 B
Fish

function tailf
command less +F $argv
end