Skip to content
This repository has been archived by the owner on Aug 8, 2021. It is now read-only.

Commit

Permalink
Using gradle with sources
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Apr 27, 2015
1 parent 52c4a5a commit cca07f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Mar 25 19:37:35 PDT 2014
#Wed Apr 22 09:02:20 PDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip
3 changes: 2 additions & 1 deletion logstat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ if [ ! -f /tmp/logs.txt ]; then
fi
cat /tmp/logs.txt \
| sed -e "s/.*GET//g" | sed -e "s/.*POST//g" \
| cut -d " " -f 2 | sort \
| cut -d " " -f 2 \
| sort \
| sed -e "s/\/u\/.*/\/u\/hash/g" \
| sed -e "s/\/r\/.*/\/r\/hash/g" \
| sed -e "s/\/i\/.*/\/i\/hash/g" \
Expand Down

0 comments on commit cca07f7

Please sign in to comment.