]> git.pld-linux.org Git - packages/Zope.git/blob - Zope-runzope
- x32 rebuild
[packages/Zope.git] / Zope-runzope
1 #!/bin/sh
2
3 if [ -n "$1" -a -d /var/lib/zope/"$1" ] ; then
4         instance="$1"
5         shift
6 else
7         instance="main"
8 fi
9
10 exec /var/lib/zope/"$instance"/bin/runzope $*
This page took 0.121024 seconds and 3 git commands to generate.