7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
header_awk ()
|
|
{
|
|
grep --color=auto -RE $CFUNCTION src | cut -d: -f2 | sed s/\$/';'/g
|
|
}
|
|
header_awk "$@"
|