Skip to content

Instantly share code, notes, and snippets.

@kbinani
Created July 2, 2015 06:35
Show Gist options
  • Save kbinani/dcdc2537d11671cccae7 to your computer and use it in GitHub Desktop.
Save kbinani/dcdc2537d11671cccae7 to your computer and use it in GitHub Desktop.
#!/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