This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoom/zoom
2005-04-23 09:42:03 +00:00

11 lines
153 B
Bash
Executable file

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