Skip to content

Instantly share code, notes, and snippets.

@ryan-scott-dev
Created February 2, 2016 05:18
Show Gist options
  • Save ryan-scott-dev/3ec6f5c91c4de94367ea to your computer and use it in GitHub Desktop.
Save ryan-scott-dev/3ec6f5c91c4de94367ea to your computer and use it in GitHub Desktop.
Random Project Name Generator
for i in {1..10}; do curl -L http://starwars.wikia.com/wiki/Special:Random 2>&1 | sed -n 's/<title>\(.*\) - Wookieepedia - Wikia<\/title>/\1/p'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment