projects
/
h316.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
*** empty log message ***
[h316.git]
/
lib
/
fortran
/
script
/
extractnames
Commit
Line
Data
8321626c
1
#!/bin/bash
2
3
ldc $1 | egrep "^[A-Z].*\((6)|0-0\)"| awk '{print $1}'