File: visualize

package info (click to toggle)
cvs-fast-export 1.59-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,960 kB
  • sloc: ansic: 5,743; python: 1,391; sh: 532; lex: 352; yacc: 273; makefile: 249; perl: 99
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
#
# visualize - visualize a specified repository or master file 
#
stem=$(basename "$1")
make --quiet "${stem}.dot" && dot <"${stem}.dot" -Tpng | display - && rm "${stem}.dot"