#!/bin/bash # ADMIN_PASSWD='admin' method_1() { cat '-' << EOF get_stats EOF } LEVEL=10 if [ -n "$1" ] ; then LEVEL=$1 ; fi method_1 $LEVEL | POST -c 'text/xml' http://localhost:8069/xmlrpc/common #eof