3 lines
73 B
Bash
3 lines
73 B
Bash
|
#!/bin/sh
|
||
|
grep -h '/\*proto\*/' *.c |awk '{print $0 ";"}' >devfs_proto.h
|