1#!/usr/bin/bash 2 3echo '*******************************************************************' 4echo '* This command is obsolete! Please use "setcountrycode" command. *' 5echo '*******************************************************************' 6echo 7 8$REVOLUTION_SDK_ROOT/X86/bin/setcountrycode $* 9