Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build-packages.sh - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e805291e1768ef5ace7d66f2f92ef44c1f30d14 (plain)
1
2
3
4
#!/usr/bin/env bash
working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
$working_tree_root/run.sh build-managed -packages "$@"
exit $?