forked from NationTech/harmony
5 lines
90 B
Bash
5 lines
90 B
Bash
#! /bin/bash
|
|
|
|
|
|
export PATH=$(readlink -f "$(dirname "${BASH_SOURCE}")/scripts"):"${PATH}"
|