Skip to content

Fix #24

Dean requested to merge nullpixel:patch-1 into master

Created by: nullpixel

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

Merge request reports