3 lines
118 B
Bash
Executable file
3 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
DOTSDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
. ${DOTSDIR}/scripts/init.sh
|