summaryrefslogtreecommitdiff
path: root/evergreen/functions/win_mount_script_setup.sh
blob: 187777e213b3b202fe465f2296d2168d5d3c440b (plain)
1
2
3
4
5
6
7
8
9
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
. "$DIR/../prelude.sh"

cd src

cat <<EOF >win_mount.sh
net use X: '\\\\${win_scons_endpoint}\\share' /USER:"wincache.build.com\${win_scons_user}" '${win_scons_pass}'
EOF
chmod +x win_mount.sh