Rev 915 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/bashset -xecho "Running $0"echo Adding "$1 host.ratchet.internal" to /etc/hosts fileecho $1 host.ratchet.internal >> /etc/hostsecho /etc/hosts contains:cat /etc/hostsecho