mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 07:13:25 +00:00
Fish: caddy http server function
This commit is contained in:
parent
cad72e4b32
commit
8d4fd9fc8c
4
.config/fish/functions/caddy.fish
Normal file
4
.config/fish/functions/caddy.fish
Normal 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
|
Loading…
Reference in a new issue