diff options
Diffstat (limited to 'linux/b')
-rwxr-xr-x | linux/b | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/b b/linux/b new file mode 100755 index 00000000..a308cf60 --- /dev/null +++ b/linux/b @@ -0,0 +1,5 @@ +#! /bin/bash +/router/bin/python-2.7.1 waf-1.6.8 $@ +sts=$? +exit $sts + |