this.is.lance.miller@gmail.com GoFundMe
#!/bin/bash host=0; IP=10.0.2; scheme=telnet; while [ $host -lt 255 ] do ${scheme} ${IP}.${host}; let "host = host+1"; done
Post a Comment
No comments:
Post a Comment