Artifact 4eb90dd26db8a47b01719a047720ee3abbce2c10:
- Executable file scripts/gen-module-list.sh — part of check-in [6f94e8e6e3] at 2021-11-10 20:32:52 on branch v1.6584-nanomsg — Added export lists to some modules (user: matt, size: 160) [annotate] [blame] [check-ins using]
#!/bin/bash TARGFILE=$1 echo ' (' egrep '^\(define \(' $TARGFILE | tr '()' ' '|awk '{print $2}' egrep '^\(define \*' $TARGFILE | awk '{print $2}' echo ')'