#!/bin/bash

source ${PANDA_SYS}/etc/panda/share/functions.sh

exec_p_command "from pandaclient.PchainScript import main; main()" "$@"
