5 lines
162 B
Bash
Executable File
5 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ENV_SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
export KERNELS_PATH="$(realpath ${ENV_SCRIPT_DIR}/../../../../virgo-kernels/kernels)"
|