summaryrefslogtreecommitdiffstats
path: root/bin/inroot-build
blob: afd405278fc4e8cbb0804b1a4e8667d5dca90976 (plain)
1
2
3
4
5
#!/bin/bash
set -e
root=$1
shift
exec inroot $root build "$@"