16 lines
137 B
Bash
Executable File
16 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd mocha-dotnet
|
|
./build
|
|
popd
|
|
|
|
pushd mocha-dotnet/mocha-common/mocha-common
|
|
./build
|
|
popd
|
|
|
|
pushd uwt-web
|
|
./build.sh
|
|
popd
|
|
|
|
|