Fix #24
Created by: nullpixel
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
is a replacement for the previous readlink command that works on all platforms.
Created by: nullpixel
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
is a replacement for the previous readlink command that works on all platforms.