Update localhost.load

This commit is contained in:
Konrad Borowski 2013-11-01 20:28:20 +01:00 committed by Bruno Pinto
parent 222757edaa
commit 341da0113d

View File

@ -26,7 +26,7 @@ function lh
end
end
set -l common_localhost_ports 3000 4000 5000 6000 7000 8000 9000 8080 8001
set -l common_localhost_ports 3000 4000 5000 6000 7000 8000 8001 9000 8080
for port in $common_localhost_ports
eval "function $port; lh $port; end"