aboutsummaryrefslogtreecommitdiff
path: root/check/yash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/yash.sh')
-rw-r--r--check/yash.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/check/yash.sh b/check/yash.sh
deleted file mode 100644
index c8722f3d..00000000
--- a/check/yash.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-for yash in yash/* ; do
- [ -f "$yash" ] || continue
- yash -n "$yash" || exit
-done
-printf 'All yash scripts parsed successfully.\n'