Skip to content

Instantly share code, notes, and snippets.

@cwest
Last active April 12, 2016 21:23
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 cwest/773e94d48dbd767ce2f81debbea9f8f7 to your computer and use it in GitHub Desktop.
Save cwest/773e94d48dbd767ce2f81debbea9f8f7 to your computer and use it in GitHub Desktop.
How many tweets does it take to show my Spring Boot app?
$ wc -c ci/pipeline.yml ci/tasks/build.yml manifest.yml src/main/java/com/example/CfenvApplication.java | awk '{print $1/140 $0}'
4.32143 605 ci/pipeline.yml
1.81429 254 ci/tasks/build.yml
0.471429 66 manifest.yml
8.25714 1156 src/main/java/com/example/CfenvApplication.java
14.8643 2081 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment