diff options
Diffstat (limited to 'sys/miscfs/devfs/reproto.sh')
-rw-r--r-- | sys/miscfs/devfs/reproto.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/miscfs/devfs/reproto.sh b/sys/miscfs/devfs/reproto.sh new file mode 100644 index 0000000..dc4b731 --- /dev/null +++ b/sys/miscfs/devfs/reproto.sh @@ -0,0 +1,2 @@ +#!/bin/sh +grep -h '/\*proto\*/' *.c |awk '{print $0 ";"}' >devfs_proto.h |