]> wagnertech.de Git - mfinanz.git/blob - makesymlinks
Recommit von r977 von preetz: Fix fuer Bug #319 Fehler beim Buchen von Belegen mit...
[mfinanz.git] / makesymlinks
1 #!/bin/sh
2
3 # Erstellt die benotigten Symlinks
4
5 ln -vsf login.pl admin.pl
6 for i in ap ar bp ca cp ct cn dn gl ic ir is menu oe pe rc rp datev licenses fa ustva menunew common; do
7   ln -vsf am.pl $i.pl
8 done
9