4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
(cd /workspaces/installer \
|
|
&& ./eng/vmr-sync.sh --vmr /workspaces/dotnet --tmp /workspaces/tmp $*)
|