Verzeichnisstruktur ge?ndert
This commit is contained in:
commit
295361e453
41 changed files with 8313 additions and 0 deletions
11
zoom
Normal file
11
zoom
Normal 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
|
Reference in a new issue