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