mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
7 lines
230 B
Bash
7 lines
230 B
Bash
#!/usr/bin/env bash
|
|
# Compatibility shim: shared shell libraries live under `etc/lib/shell/`.
|
|
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|
|
|
# shellcheck disable=SC1091
|
|
source "$SCRIPT_DIR/lib/shell/common_core_lib.sh"
|