Files

7 lines
120 B
Bash
Raw Permalink Normal View History

2026-01-23 08:55:18 +01:00
#!/bin/bash
header_awk ()
{
grep --color=auto -RE $CFUNCTION src | cut -d: -f2 | sed s/\$/';'/g
}
header_awk "$@"