Hi
I have a command line
script.pl -project <project_from_bugs> -level <levelname> -<select_test_or_id> <testname_or_id> -run_fc_status $(echo <runt_args>) long simulation_speedups debug debug_access <kdb> -latestTraces maxfilesize -latestTraces -outDir <create_results_directory>/<result_dir>_<bugid> <fmod> -nonOfficial -queueFmod <job_queue> -queueRTL <job_queue> -bug <bugid>
and there are some delta increments/options to the command line.
I was thinking if there is a way to refer to the base command line and then create navi cheats by adding more options to it?
TIA.