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

22
ts.1 Normal file
View File

@@ -0,0 +1,22 @@
.Dd Jul 1, 2022
.Dt TS 1
.Os
.Sh NAME
.Nm ts
.Nd Run shell tests
.Sh SYNOPSIS
.Nm
.Op Fl b
.Ar test ...
.Sh DESCRIPTION
.Nm
runs the shell tests passed as arguments.
If the
.Fl b
flag is specified, the test is blessed \(em i.e. it is evaluated and the test
file is overwritten with the result.
.Pp
.Sh EXIT STATUS
.Ex -std
.Sh AUTHORS
.An Adolfo Perez Alvarez Aq Mt adolfopa@sdf.org