Created
May 23, 2016 19:39
-
-
Save zealws/20d78937a737a06c16a26057a7897fbe to your computer and use it in GitHub Desktop.
This file contains hidden or 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
2016/05/23 12:38:33 DB: Cleaned 1 empty groups |
This file contains hidden or 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
$ atc list | |
2: 127.1.0.1 | |
$ atc leave 2 127.1.0.1 | |
$ atc list | |
$ atc create 127.1.0.1 | |
1: 127.1.0.1 | |
$ atc list | |
1: 127.1.0.1 | |
$ atc create 127.1.0.1 | |
2: 127.1.0.1 | |
$ atc list | |
1: | |
2: 127.1.0.1 | |
$ # wait 5 seconds | |
$ atc list | |
2: 127.1.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment