Commit bdb370f1 authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #79 'GlitchMr-shoutcast'

parents fbd89569 341da011
...@@ -26,7 +26,7 @@ function lh ...@@ -26,7 +26,7 @@ function lh
end end
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 8001 9000 8080
for port in $common_localhost_ports for port in $common_localhost_ports
eval "function $port; lh $port; end" eval "function $port; lh $port; end"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment