Created
March 8, 2015 19:43
-
-
Save zachaysan/28cd7971bd5a1dfc0c50 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cities = ["Texas", "Amsterdam", "New York", "Toronto", "Phoenix", "Los Angeles"] | |
cities += ["San Francisco", "Miami", "Chicago", "Dallas", "Houston"] | |
while true | |
begin | |
system("./hma-vpn.sh #{cities.sample}) &") | |
sleep rand * 12 | |
system('killall "hma-vpn.sh"') | |
rescue StandardError => e | |
puts "Error #{e}" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment