···11+#!/bin/bash
22+# This works around the lack of CI features in tangled's pipelines
33+# Convenience alias in repo root dir
44+bash -c "scripts/pipeline/init.sh $@"
+6
scripts/pipeline/init.sh
···11+#!/bin/bash
22+if [[ $SET_CWD ]]; then
33+ echo "init.sh: set cwd to $SET_CWD"
44+ cd $SET_CWD
55+fi
66+bash -c "$@"