From cbad3d16fb358fb6042a0e91a21b15eeb90bb95c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 31 Aug 2016 17:49:42 +1200 Subject: Add very basic Yash support 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. --- check/yash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 check/yash (limited to 'check') diff --git a/check/yash b/check/yash new file mode 100755 index 00000000..fb737596 --- /dev/null +++ b/check/yash @@ -0,0 +1,6 @@ +#!/bin/sh +for yash in yash/* ; do + [ -f "$yash" ] || continue + yash -n "$yash" || exit +done +printf 'All yash scripts parsed successfully.\n' -- cgit v1.2.3