From 77c747379e55c6a5f3bb7d29bdc2538858a97e79 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 4 Apr 2021 20:12:43 -0700 Subject: [PATCH] make online help more obvious --- help | 4 ++++ linux/help | 4 ++++ 2 files changed, 8 insertions(+) create mode 100755 help create mode 100755 linux/help 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 $*