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: 34fa4539b68a02edfc4125bb3b90349409c4321e (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 $?