Ostatnio aktywny 1 month ago

Rewizja f806602d18004db36e671f60f12b569ffce4f042

gistfile1.txt Surowy
1#!/usr/bin/env bash
2
3_APP_CORE_DIR="$(dirname "${BASH_SOURCE[0]}")"
4
5# ============================================
6# Core Bootstrap
7# ============================================
8
9source "${_APP_CORE_DIR}/context.sh"
10source "${_APP_CORE_DIR}/json.sh"