summaryrefslogtreecommitdiff
path: root/yarns/yarn.sh
blob: abbd2254c8bde501f0ca5ac63c36634470befcd7 (plain)
1
2
3
4
5
6
# Shell text to execute at the beginning of every yarn step.

run_remotely()
{
    "$SRCDIR/ssh_runcmd" "$@"
}