Skip to content

Instantly share code, notes, and snippets.

@dgeske
Created August 9, 2012 04:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgeske/3300874 to your computer and use it in GitHub Desktop.
Save dgeske/3300874 to your computer and use it in GitHub Desktop.
Eclipsify all Play Framework Scala Samples
for f in *; do echo "Processing $f.."; cd $f; play eclipsify; cd ..; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment