File: rcs2log

package info (click to toggle)
alberta 3.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,176 kB
  • sloc: ansic: 135,836; cpp: 6,601; makefile: 2,801; sh: 333; fortran: 180; lisp: 177; xml: 30
file content (7 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
IFS="" claus=`echo -en 'claus\tClaus-Justus Heine\tclaus@mathematik.uni-freiburg.de'`
IFS="" kunibert=`echo -en 'kunibert\tKunibert G. Siebert\tsiebert@math.uni-augsburg.de'`
IFS="" dani=`echo -en 'dani\tDaniel Koester\tkoester@math.uni-augsburg.de'`
IFS="" oli=`echo -en 'oli\tOliver Kriessl\toli@mathematik.uni-freiburg.de'`
exec /usr/bin/rcs2log -u "$claus" -u "$kunibert" -u "$dani" -u "$oli" "$@"