aboutsummaryrefslogtreecommitdiffstats
path: root/do-link
blob: 76ca11b0ad5b6a32dd17e916130eaee16d760a68 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -e
. "$1" # .do file which we are "interpreting"
redo-ifchange "$0" "link-$type.tool" "${objects[@]}"
shift
. "./link-$type.tool"
"${cmd[@]}"