File: visualize

package info (click to toggle)
cvs-fast-export 1.55-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,628 kB
  • sloc: ansic: 5,743; python: 1,390; sh: 511; lex: 352; yacc: 271; makefile: 256; perl: 63
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"