mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
second one is only temporary until the docstring additions are complete. run-test may best live on, but is here mostly for convenience and awareness for now.
2 lines
67 B
Bash
Executable file
2 lines
67 B
Bash
Executable file
#!/bin/sh -
|
|
grep '^[ ]*""' *.c | awk -F: '{ print $1 }' | uniq -c
|