3 lines
No EOL
136 B
Fish
3 lines
No EOL
136 B
Fish
function render_html --description 'gets content of provided file and renders as if it were html';
|
|
cat $argv[1] | lynx --stdin;
|
|
end |