File: blame

package info (click to toggle)
rcs-blame 1.4%2B20240206-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,816 kB
  • sloc: ansic: 15,922; sh: 10,108; makefile: 399; yacc: 389; lex: 156
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