summaryrefslogtreecommitdiffstats
path: root/bin/inroot-build
diff options
context:
space:
mode:
Diffstat (limited to 'bin/inroot-build')
-rwxr-xr-xbin/inroot-build5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/inroot-build b/bin/inroot-build
new file mode 100755
index 0000000..afd4052
--- /dev/null
+++ b/bin/inroot-build
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+root=$1
+shift
+exec inroot $root build "$@"