Newer
Older
zope / zope.zopectl.in
@Alex Tucker Alex Tucker on 16 Feb 2006 115 bytes Upgraded to 2.8.5
#!/bin/bash

. <<SYSCONFDIR>>/sysconfig/zope
for instance in $ZOPE_INSTANCES; do
  $instance/bin/zopectl "$@"
done