diff options
Diffstat (limited to 'sourcecodes/run_scripts/run_settings')
| -rw-r--r-- | sourcecodes/run_scripts/run_settings | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sourcecodes/run_scripts/run_settings b/sourcecodes/run_scripts/run_settings new file mode 100644 index 00000000..c32cd116 --- /dev/null +++ b/sourcecodes/run_scripts/run_settings @@ -0,0 +1,4 @@ +#!/usr/bin/octave -qf +source("./run_scripts/path_cd.m"); +arg_list = argv(); +writeSettings(arg_list{1}); |
