Help for this page

Select Code to Download


  1. or download this
    # Galic is the name of the tool which runs the flows
    my $cmd = "Galic --path ./path/to/project --run --wait";
    system($cmd);
    print("Done");