Linux Foundation Collaborative Projects
index
:
trex
master
ARCHIVED- 2020-07-23 at the request of the project
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
b
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'b')
-rwxr-xr-x
b
6
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
+
+