Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 131 Bytes

File metadata and controls

5 lines (4 loc) · 131 Bytes

works on ubuntu?

DIR="$( cd "$(dirname "$0")" ; pwd -P )"

work on osx

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"