mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
e902d016a6
Submitted by: julian@freebsd.org Obtained from: written from scratch
3 lines
73 B
Bash
3 lines
73 B
Bash
#!/bin/sh
|
|
grep -h '/\*proto\*/' *.c |awk '{print $0 ";"}' >devfs_proto.h
|