Skip to content

Commit

Permalink
updated protoip installer
Browse files Browse the repository at this point in the history
  • Loading branch information
bulatkhusainov committed Aug 30, 2016
1 parent 4a5bf68 commit 03de842
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions protoip_matlab_interface/protoip_matlab_installer.m
Expand Up @@ -42,6 +42,18 @@
urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.m', 'protoip_matlab_interface/make_template.m');
urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.tcl', 'protoip_matlab_interface/make_template.tcl');


% added by Bulat
urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.m', 'protoip_matlab_interface/soc_prototype_load.m');
urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.tcl', 'protoip_matlab_interface/soc_prototype_load.tcl');

urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.m', 'protoip_matlab_interface/soc_prototype_load_debug.m');
urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.tcl', 'protoip_matlab_interface/soc_prototype_load_debug.tcl');

urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.m', 'protoip_matlab_interface/soc_prototype_test.m');
urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/make_template.tcl', 'protoip_matlab_interface/soc_prototype_test.tcl');
%end added by Bulat

urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/protoip_matlab_test.m', 'protoip_matlab_interface/protoip_matlab_test.m');

urlwrite('https://raw.githubusercontent.com/asuardi/protoip/master/protoip_matlab_interface/protoip_matlab_installer.tcl', 'protoip_matlab_interface/protoip_matlab_installer.tcl');
Expand Down

0 comments on commit 03de842

Please sign in to comment.