Skip to content

Instantly share code, notes, and snippets.

@AgentRev
Last active December 18, 2016 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AgentRev/3fe052584c60974dd86fd1354e71bbf8 to your computer and use it in GitHub Desktop.
Save AgentRev/3fe052584c60974dd86fd1354e71bbf8 to your computer and use it in GitHub Desktop.
test
#!/bin/bash
for j in `seq 1 250`;
do
roxterm --tab -e "/bin/bash -c 'ping6 -w 15 -f 2001:6a8:28c0:2017::FF:00:FF'"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment