Skip to content
Snippets Groups Projects
Commit 0a17ef9f authored by Daniel Koester's avatar Daniel Koester
Browse files

Updated my email address.

parent e854410f
Branches
Tags
No related merge requests found
#!/bin/bash #!/bin/bash
IFS="" claus=`echo -en 'claus\tClaus-Justus Heine\tclaus@mathematik.uni-freiburg.de'` 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="" 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="" dani=`echo -en 'dani\tDaniel Koester\tkoester@math.uni-augsburg.de'`
IFS="" oli=`echo -en 'oli\tOliver Kriessl\toli@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" "$@" exec /usr/bin/rcs2log -u "$claus" -u "$kunibert" -u "$dani" -u "$oli" "$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment