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

build-managed.sh - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0d649bb2df9ed58cdac879097e6509bcd49ff57 (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 "$@"
exit $?