Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3570

Re: How can I call shell script program through BODS exec function

$
0
0

If your script is not expecting any input parameters then you have used below syntax to call this shell script.....

 

exec('/usr/BODS/script/delete_markup.sh',0);

 

if you need to pass one parameter($1) then use below syntax

exec('/usr/BODS/script/delete_markup.sh','[$1]',0);

 

Hope this helps you.


Viewing all articles
Browse latest Browse all 3570

Trending Articles