diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-04-04 20:12:43 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-04-04 20:12:43 -0700 |
commit | 77c747379e55c6a5f3bb7d29bdc2538858a97e79 (patch) | |
tree | 95be04e52f77a9ef8f208c403e0e323f4de812d6 /linux/help | |
parent | 2839c89b804fc7145735b5907cd809151190c571 (diff) | |
download | mu-77c747379e55c6a5f3bb7d29bdc2538858a97e79.tar.gz |
make online help more obvious
Diffstat (limited to 'linux/help')
-rwxr-xr-x | linux/help | 4 |
1 files changed, 4 insertions, 0 deletions
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 $* |