From 995f6673b5e725d6907ccd4f8e25033e8524f116 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Mon, 28 Jan 2019 16:37:57 -0600 Subject: Deleting old versions of files --- sourcecodes/run_scripts/run_mod_str | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sourcecodes/run_scripts/run_mod_str (limited to 'sourcecodes/run_scripts/run_mod_str') diff --git a/sourcecodes/run_scripts/run_mod_str b/sourcecodes/run_scripts/run_mod_str new file mode 100644 index 00000000..63439afd --- /dev/null +++ b/sourcecodes/run_scripts/run_mod_str @@ -0,0 +1,11 @@ +#!/usr/bin/octave -qf +cd ./data +arg_list = argv(); +addpath("../bnt-master"); +addpath(genpathKPM("../bnt-master")); +addpath("../parameter_learning"); + +fname1=strcat(arg_list{1},"continuous_input_orig.txt"); +fname2=strcat(arg_list{2},"continuous_input_orig.txt"); +copyfile(fname1,fname2); + -- cgit 1.4.1