From 7f7c96c7c3ced441c59f4791ecc145a35dbd7286 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 7 Jun 2016 10:26:12 +0200 Subject: Copy x-indent.sh and x-indent-all.sh from xorg/util/modular. --- nx-X11/x-indent-all.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 nx-X11/x-indent-all.sh (limited to 'nx-X11/x-indent-all.sh') diff --git a/nx-X11/x-indent-all.sh b/nx-X11/x-indent-all.sh new file mode 100755 index 000000000..6addaf400 --- /dev/null +++ b/nx-X11/x-indent-all.sh @@ -0,0 +1,4 @@ +#!/bin/sh +where=`dirname $0` +git ls-files | grep '\.[chm]$' | xargs sh "$where"/x-indent.sh + -- cgit v1.2.3