From f03f83bbb1898dc8f1b4cbdb1488ad8a4eecae34 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Fri, 4 Jul 2003 09:40:20 +0000 Subject: [PATCH] Initial revision. --- rcs2log | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 rcs2log diff --git a/rcs2log b/rcs2log new file mode 100755 index 0000000..eb3a212 --- /dev/null +++ b/rcs2log @@ -0,0 +1,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\tdani@mathematik.uni-freiburg.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" "$@" + \ No newline at end of file -- GitLab