From 4088eae7d38124978cf01eaf4bfe2d6aab3a42fd Mon Sep 17 00:00:00 2001 From: snowdrop Date: Wed, 11 Jan 2006 10:55:18 +0000 Subject: imitial import --- indent-all.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 indent-all.sh (limited to 'indent-all.sh') diff --git a/indent-all.sh b/indent-all.sh new file mode 100755 index 0000000..d49fccb --- /dev/null +++ b/indent-all.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +INDENT=`cat NOTES` + +echo "using command: $INDENT " + +indent_files() { + echo $INDENT $1 + $INDENT $1 +} + + +indent_files libcsoap/*.c +indent_files libcsoap/*.h +indent_files nanohttp/*.c +indent_files nanohttp/*.h +indent_files examples/csoap/*.c + -- cgit v1.1-32-gdbae