diff options
-rwxr-xr-x | help | 4 | ||||
-rwxr-xr-x | linux/help | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/help b/help new file mode 100755 index 00000000..656b2afc --- /dev/null +++ b/help @@ -0,0 +1,4 @@ +#!/bin/sh +# Some minimal online help. + +linux/bootstrap/bootstrap help $* diff --git a/linux/help b/linux/help new file mode 100755 index 00000000..656b2afc --- /dev/null +++ b/linux/help @@ -0,0 +1,4 @@ +#!/bin/sh +# Some minimal online help. + +linux/bootstrap/bootstrap help $* |