Skip to content. Skip to navigation

Myriadicity Dot

Views

#!/bin/sh
#
# ZEO cluster client command prompt

clusterhome=${0%/*}/..

if [ -z "$1" ]; then
  usage $0 clientdirname [ args ... ]
  exit 1
fi

client="$1"
shift

echo "starting ZEO $1 zopectl prompt..."
${clusterhome}/parts/$client/bin/zopectl "$@"




subject:
  ( 7 subscribers )


Sections
Personal tools
Powered by Plone, the Open Source Content Management System