tweak: use bash for mlink, use better markdown syntax for README.
This commit is contained in:
parent
fbf45c5c80
commit
f89ef9951f
|
@ -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).
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user