*** empty log message ***
[h316.git] / lib / fortran / script / def_recipe.sh
... / ...
CommitLineData
1#!/bin/bash
2
3# Output a default receipe file from a given library
4
5ldc $1 | egrep "^[A-Z].*\((6)|0-0\)"| awk '{printf("org/%s\n",$1);}'