aboutsummaryrefslogtreecommitdiff
path: root/local-tomo
blob: 2bab6e2b1f73c2119ffd70309cd4250b01474cc4 (plain)
1
2
3
4
5
6
#!/bin/sh
version=$(awk '/^## / {print $2; exit}' CHANGES.md)
if ! [ -e ./build/tomo@$version/bin/tomo ]; then
    make -j
fi
exec ./build/tomo@$version/bin/tomo "$@"