1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 15:23:15 +00:00

Fish: caddy http server function

This commit is contained in:
Phantop 2019-03-12 18:08:40 -04:00
parent cad72e4b32
commit 8d4fd9fc8c

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.elkQYO/caddy.fish @ line 1
function caddy
$D/Tools/caddy -host 10.0.0.14 $argv
end