1
0
Fork 0
old-dotfiles/.config/fish/functions/hsf.fish

4 lines
171 B
Fish
Raw Normal View History

2023-02-18 21:12:37 +01:00
function hsf
hugo server -DEF --cleanDestinationDir --port 8080 --bind 0.0.0.0 --baseURL http://(ip -4 addr| grep 'inet 192' | awk '{print $2}'|cut -d/ -f1) $argv;
end