Megatest
get-procedures.sh at [13061daea9]
Login
☰
Home
Timeline
Files
Branches
Tags
Tickets
Wiki
Login
Annotate
Artifact
Blame
Check-ins Using
Doc
Download
Hex
Line Numbers
File
utils
/
get-procedures.sh
artifact
aa92973588
part of check-in
13061daea9
#!/bin/bash fname=$1 grep '(define (' $fname | tr '()' ' '|awk '{print $2}'