CharlieC3
3/30/2017 - 7:13 PM

Get path of directory where script resides

Get path of directory where script resides

#!/bin/bash

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