diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-07 10:26:12 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-21 04:06:28 +0200 |
commit | 7f7c96c7c3ced441c59f4791ecc145a35dbd7286 (patch) | |
tree | db244001928d2827db680761000b927c058397a7 /nx-X11/x-indent-all.sh | |
parent | b943cfe2afbd593e814de47b2f13f8b3b1af78da (diff) | |
download | nx-libs-7f7c96c7c3ced441c59f4791ecc145a35dbd7286.tar.gz nx-libs-7f7c96c7c3ced441c59f4791ecc145a35dbd7286.tar.bz2 nx-libs-7f7c96c7c3ced441c59f4791ecc145a35dbd7286.zip |
Copy x-indent.sh and x-indent-all.sh from xorg/util/modular.
Diffstat (limited to 'nx-X11/x-indent-all.sh')
-rwxr-xr-x | nx-X11/x-indent-all.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |