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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -