wilas / vbkick

Tool for building and maintaining VirtualBox VMs described as a code in a single definition file.
Other
8 stars 5 forks source link

remove netcat from dependencies and replace by /dev/tcp #31

Closed wilas closed 10 years ago

wilas commented 10 years ago

vbkick use netcat to check whether given port is open (already in use). There is simpler way to do this using pure bash: printf "" > /dev/tcp/localhost/PORT

wilas commented 10 years ago

ec64d2a70dbaf1052d79fff89a8c6b90c513c7c2 was implemented what close the ticket