5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
||
|
source "$CUR_PATH/acore-installer"
|