Artifact aa9297358872c40e54059d6a6775bb4b80180dae:
- Executable file utils/get-procedures.sh — part of check-in [b0a3cd70ab] at 2019-02-02 07:55:39 on branch v1.65-multi-db — Converted portlogger to a module, adjusted Makefile accordingly (user: matt, size: 79) [annotate] [blame] [check-ins using]
#!/bin/bash fname=$1 grep '(define (' $fname | tr '()' ' '|awk '{print $2}'