Add newp (new post) and ts (shell test) tools

newp is a dump shortcut that will create a new ms article.

ts is a tool similar to cram or tush.
This commit is contained in:
2022-10-04 14:16:59 +00:00
parent 7c59191590
commit 7dcf64ef11
5 changed files with 99 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
prefix=$$HOME/opt/pkg/miscutils
target_bin=${prefix}/bin
target_man=${prefix}/share/man/man1
bin=bwrap hppt mkgmap newp rot rr scmfmt upcasetl unpage
bin=bwrap hppt mkgmap newp rot rr scmfmt ts upcasetl unpage
install:
install -d ${target_bin} ${target_man}
install -c ${bin} ${target_bin}