about summary refs log tree commit diff
path: root/sourcecodes/run_scripts/run_del_var
blob: 5a500ee216251753b08400f7616426862627e472 (plain)
1
2
3
4
5
#!/usr/bin/octave -qf
source("./run_scripts/path_cd.m")
arg_list = argv();
removeNodes(arg_list{1},arg_list{2});
prepareInput(arg_list{2});