File: blame

package info (click to toggle)
rcs-blame 1.3.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,336 kB
  • ctags: 2,612
  • sloc: ansic: 16,351; sh: 11,881; yacc: 389; lex: 154; makefile: 146
file content (6 lines) | stat: -rwxr-xr-x 87 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#! /bin/sh

case $# in
0) exec $PRELOAD $BLAME ;;
*) exec $PRELOAD $BLAME "$@" ;;
esac