mirror of
https://github.com/notwa/rc
synced 2025-03-15 22:42:50 -07:00
default ghmd to generic shell instead of zsh
This commit is contained in:
parent
0c5ffd7450
commit
581fd63321
1 changed files with 1 additions and 1 deletions
2
sh/ghmd
2
sh/ghmd
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env sh
|
||||||
# ghmd - format GitHub markdown
|
# ghmd - format GitHub markdown
|
||||||
# via: https://leahneukirchen.org/dotfiles/.zshrc
|
# via: https://leahneukirchen.org/dotfiles/.zshrc
|
||||||
# example: ghmd < README.md > README.html
|
# example: ghmd < README.md > README.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue