Skip to content

Instantly share code, notes, and snippets.

@robinsingh1
Last active May 20, 2017 14:55
Show Gist options
  • Save robinsingh1/f1f18b542dc1bd95b9dc4fd97d236c34 to your computer and use it in GitHub Desktop.
Save robinsingh1/f1f18b542dc1bd95b9dc4fd97d236c34 to your computer and use it in GitHub Desktop.
touch /tmp/lol.txt
echo 'yoyoyo' >> /tmp/lol.txt
curl -L -o /tmp/master.zip https://github.com/facebook/react/archive/master.zip
unzip /tmp/master.zip
curl -L -o /tmp/sonarlint.zip https://bintray.com/sonarsource/Distribution/download_file?file_path=sonarlint-cli%2Fsonarlint-cli-2.1.0.566.zip
unzip /tmp/sonarlint.zip
./sonarlint/bin/sonarlint /tmp/master >> /tmp/lol.txt
curl -o /tmp/sloccount.tar.gz https://www.dwheeler.com/sloccount/sloccount-2.26.tar.gz
tar -xvzf /tmp/sloccount.tar.gz
./tmp/sloccount/sloccount /tmp/score.sh >> /tmp/lol.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment