6 lines
113 B
Bash
6 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd $SMS_HOME/bin
|
||
|
java biz.cms_CashBeeReceiver.CashBeeReceiverAction -path:$CONFIG_FILE
|
||
|
cd $APP_HOME
|