Add port 8001 for SHOUTcast.

pull/2/head
Konrad Borowski 11 years ago committed by Bruno Pinto
parent fbd895696e
commit 222757edaa

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

Loading…
Cancel
Save