about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_mod_str
blob: 2acacbb8fc65bd6ed3cb0d3948dfb82317d9881f (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/octave -qf
source("./run_scripts/path_cd.m")
arg_list = argv();

fname1=strcat(arg_list{1},"continuous_input_orig.txt");
fname2=strcat(arg_list{2},"continuous_input_orig.txt");
copyfile(fname1,fname2);