From e5a265ba8d77529325befc8909eb30347d2746c3 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 12:26:41 +0000 Subject: moved to ./Functions/Example/proto --- Functions/Misc/proto | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 Functions/Misc/proto (limited to 'Functions') diff --git a/Functions/Misc/proto b/Functions/Misc/proto deleted file mode 100755 index df1826506..000000000 --- a/Functions/Misc/proto +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh -# generate prototypes, if your style is the same as mine -for i -do - rm $i:r.pro 2>/dev/null - grep -v '[{};:#]' $i | grep '^[A-Za-z]' | - grep -v static | sed 's/$/;/' >! $i:r.pro -done -- cgit 1.4.1