#!/bin/sh

source ../Config.sh

[ "$PP_FEAT_WS_MANAGEMENT" != "1" ] && exit 0

pp_do "$@"
