summaryrefslogtreecommitdiffstats
path: root/b
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-06-25 10:51:15 +0300
committerHanoh Haim <hhaim@cisco.com>2015-06-25 10:51:15 +0300
commitef209c347bfb99ebe03a0ff2c7947a6ebbe03baf (patch)
tree51a72c0df7a8fd5d2feba6a3126d71e6cba6a34c /b
first public version
Diffstat (limited to 'b')
-rwxr-xr-xb6
1 files changed, 6 insertions, 0 deletions
diff --git a/b b/b
new file mode 100755
index 00000000..52dfa76f
--- /dev/null
+++ b/b
@@ -0,0 +1,6 @@
+#! /bin/bash
+python waf $@
+sts=$?
+exit $sts
+
+