summaryrefslogtreecommitdiff
path: root/bin/Check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Check')
-rwxr-xr-xbin/Check9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/Check b/bin/Check
new file mode 100755
index 0000000..115de27
--- /dev/null
+++ b/bin/Check
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+../Clean
+../Prepare
+../Build
+../Stow
+