File: list.modules

package info (click to toggle)
circos 0.69.9%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 66,560 kB
  • sloc: perl: 16,180; sh: 57; makefile: 19
file content (5 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/bin/bash

# Contributed by Charles Howes
# http://groups.google.com/group/circos-data-visualization/browse_thread/thread/96e74d863a53e405?hl=en_US
awk '!/^[\t ]*use /{next};$2~/^(lib|Circos.*|base|strict|vars|warnings);?$/{next};{sub(";","",$2);print $2}' circos ../lib/Circos/*pm ../lib/Circos.pm ../lib/Circos/*/*pm | sort -u