3 lines
155 B
Fish
3 lines
155 B
Fish
function hs
|
|
hugo server -DEF --cleanDestinationDir --bind 0.0.0.0 --baseURL http://(ip -4 addr|grep 'inet 192'|awk '{print $2}'|cut -d/ -f1) $argv;
|
|
end
|