mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
10 lines
265 B
Bash
Executable File
10 lines
265 B
Bash
Executable File
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
|