Created
March 25, 2019 17:19
-
-
Save jayers99/70b1304fcc5f577d7b51eadbb75a88d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| cmd = ". ./resolveInterface.sh "$2 | |
| cmd | getline srcDesc | |
| close(cmd) | |
| printf "%5d %-16s %-16s %5d %s\n",$1, $3, $4, $5, srcDesc | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment