aboutsummaryrefslogtreecommitdiff
path: root/check
Commit message (Collapse)AuthorAgeFilesLines
* Add zsh checkingTom Ryder2016-12-271-0/+6
|
* Rename all pdksh stuff to kshTom Ryder2016-12-172-6/+6
| | | | As part of a foray into more active use of ksh and derivatives.
* Add very basic Yash supportTom Ryder2016-08-311-0/+6
| | | | | | I know almost nothing about Yash yet, but reading the manual page on its startup behaviour implies a little coaxing is necessary to make it play nicely with my file layout.
* Build URxvt Perls with shb(1)Tom Ryder2016-08-311-1/+4
|
* Remove misplaced check targetTom Ryder2016-08-291-1/+1
|
* Move han(1) to be shebanggedTom Ryder2016-08-291-1/+1
|
* Put dotfiles manuals into their own sectionTom Ryder2016-08-261-1/+1
| | | | This probably contains a few mistakes
* Use saner approach to check/man file listingTom Ryder2016-08-231-12/+8
|
* Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-201-1/+1
| | | | | Also require flag files in ~/.welcome for displaying or not displaying login stuff
* Include shrc.d in check-sh targetTom Ryder2016-08-171-1/+1
| | | | Quote a string entirely to appease shellcheck too
* Be explicit about check/man passingTom Ryder2016-08-171-0/+3
|
* Simplify a couple of printf callsTom Ryder2016-08-171-2/+2
|
* Check for executability before sh -nTom Ryder2016-08-162-2/+2
|
* Rename "test" targets to "check"Tom Ryder2016-08-167-0/+101
Mostly to make way for an actual test suite beyond mere syntax checking