Created
June 4, 2013 14:29
-
-
Save bkeepers/5706352 to your computer and use it in GitHub Desktop.
Create a list of GitHubbers and follow all of them.
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
#!/bin/sh | |
# | |
# Requires the `t` gem: https://github.com/sferik/t | |
# | |
# gem install t | |
# | |
if [ -z $(t lists | grep -i githubbers) ] | |
then | |
t list create GitHubbers | |
fi | |
t list members cobyism/githubbers | xargs t list add GitHubbers | |
t followings github | xargs t list add GitHubbers | |
t list members GitHubbers | xargs t follow | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment