mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
7 lines
179 B
Bash
7 lines
179 B
Bash
# Use as:
|
|
#
|
|
# source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
|
|
|
|
set -euo pipefail
|
|
base="$(readlink -f $(dirname "${BASH_SOURCE[0]}")/..)"
|
|
cached_shell="${base}/.ci/cached-shell"
|