From 534ba6a6ccc0bb4065299592486506048d5ce4ad Mon Sep 17 00:00:00 2001 From: "Bertrand Jacquin (Beber)" Date: Tue, 28 Feb 2006 16:20:55 +0100 Subject: Add a trailing white space detector script --- sh/trail.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sh/trail.sh diff --git a/sh/trail.sh b/sh/trail.sh new file mode 100755 index 0000000..719c0e2 --- /dev/null +++ b/sh/trail.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +grep -Rn '^+.*[ ]$' $@ -- cgit v1.2.3