mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
2 lines
73 B
Bash
2 lines
73 B
Bash
#!/bin/sh
|
|
grep -h '/\*proto\*/' *.c |awk '{print $0 ";"}' >devfs_proto.h
|