#!/bin/sh

# WARNING: This files contents will be replaced during fixpack installation,
# changes will not be retained.

PLG_BIN_HOME=${PWD}
. ${PLG_BIN_HOME}/gsk_envvars

if [ $PLG_GSK_ARCH = "32" ]; then
  exec ${PLG_BIN_HOME}/../gsk8/gsk8_32/bin/gsk8capicmd "$@"
else
  exec ${PLG_BIN_HOME}/../gsk8/gsk8_64/bin/gsk8capicmd_64 "$@"
fi
