linux - Do we need to modify .sh file while executing in Windows? -
i have 1 .sh file runs on mac system. want run same .sh file on windows using cygwin. question is, need make modification in commands while using in windows system cygwin? please help.
e.g. have following commands in .sh file-
export ml_serialize_dir=/users/mxyz/ml export ml_serialize_graph=true echo ml_serialize_dir = $ml_serialize_dir echo ml_serialize_graph = $ml_serialize_graph java -dcl_log_dir="/users/mxyz/ml" -classpath .:lib/:ml-mobxyz-import.jar org.xy.mobxyz.mobxyz.ml echo "batch program complete"
no need change make sure required binaries .sh must there in cygwin
Comments
Post a Comment