mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
6 lines
193 B
Bash
Executable file
6 lines
193 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
jq_check_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
# shellcheck source=scripts/easy-docker/lib/install/jq/load.sh
|
|
source "${jq_check_dir}/../install/jq/load.sh"
|