mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
* run-test, remaining-docs-needed: Added these scripts. The
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.
This commit is contained in:
parent
94a5efac15
commit
8849a2449b
2 changed files with 6 additions and 0 deletions
2
libguile/remaining-docs-needed
Executable file
2
libguile/remaining-docs-needed
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh -
|
||||
grep '^[ ]*""' *.c | awk -F: '{ print $1 }' | uniq -c
|
Loading…
Add table
Add a link
Reference in a new issue