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

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