tweak: use bash for mlink, use better markdown syntax for README.

This commit is contained in:
NunoSempere 2022-12-12 22:10:15 +00:00
parent fbf45c5c80
commit f89ef9951f
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,8 @@
- hackable without any knowledge - hackable without any knowledge
- builtin rose-mklink script for in-shell static links - builtin rose-mklink script for in-shell static links
# ---
### 👐 Contribute ### 👐 Contribute
See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md). See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md).

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
test "$1" = "--help" || test -z "$1" && { test "$1" = "--help" || test -z "$1" && {
echo -e "usage: rose-mklink <alias> <url>\n" echo -e "usage: rose-mklink <alias> <url>\n"