diff options
author | elioat <elioat@tilde.institute> | 2023-02-18 00:38:23 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-02-18 00:38:23 -0500 |
commit | 58f4d66590cdb6d5595fc65c95c12669131911a6 (patch) | |
tree | 2750437f84ddd87c01eb637c5f7b83acba1ff7a7 | |
parent | 49bc70ebaff08d65340391d6b6675b60d6eca3c9 (diff) | |
download | tour-58f4d66590cdb6d5595fc65c95c12669131911a6.tar.gz |
*
-rwxr-xr-x | bash/moon-maker/mm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bash/moon-maker/mm b/bash/moon-maker/mm index b4bfb03..1d0763e 100755 --- a/bash/moon-maker/mm +++ b/bash/moon-maker/mm @@ -118,13 +118,7 @@ SHORT_RAND=${PRE_SHORT_RAND//\//_} help_text() { echo ' - Moon Maker - - ⋆⁺₊⋆ ☾⋆⁺₊⋆ - - mm, is a small program that lets you add orbiting moons to planet files. - - A planet file is one that you care about -- probably an actual file in your project. + A planet file is the one you care about -- probably an file in an actual project. Moon files orbit planets, they are disposable scratch spaces connected to planets. usage: ./mm @@ -180,6 +174,12 @@ fi cd "$(dirname "$0")" main() { + echo -e ' + Moon Maker + + ⋆。°✩ ☾ + + mm is a small program that lets you add orbiting moons to existing planets.' help_text "$@" } |