Created
July 2, 2015 06:35
-
-
Save kbinani/dcdc2537d11671cccae7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
which greadlink >/dev/null 2>&1 && which icc >/dev/null 2>&1 && (cd "$(dirname "$(greadlink -f "$(which icc)")")/../.."; pwd) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment