Verzeichnisstruktur ge?ndert

This commit is contained in:
neoraider 2005-04-18 15:27:00 +00:00
commit 295361e453
41 changed files with 8313 additions and 0 deletions

11
zoom Normal file
View file

@ -0,0 +1,11 @@
#!/bin/sh
zoomexec=`readlink -f $0`
if [ -z $zoomexec ]
then zoomdir=`dirname $0`
else zoomdir=`dirname $zoomexec`
fi
cd $zoomdir
exec ./zoom-bin