#!/usr/bin/sh

vendor_id="osstech"
yum_cmd="/usr/bin/yum"

exec "$yum_cmd" ${1+"$@"} --enablerepo "$vendor_id"

