rwxrob-dot/scripts/md

5 lines
94 B
Plaintext
Raw Normal View History

2023-07-16 04:22:46 +00:00
#!/bin/sh
2022-02-09 07:29:05 +00:00
2023-07-16 04:22:46 +00:00
test -z "$@" && test -f ./README.md && exec glow -p ./README.md
exec glow -p "$@"