occlum/demos/grpc/grpc_musl/run_client_on_host.sh
2022-03-04 11:37:13 +08:00

17 lines
200 B
Bash
Executable File

#!/bin/sh
INSTALL_DIR=/usr/local/occlum/x86_64-linux-musl
export PATH=$PATH:$INSTALL_DIR/bin
cd client
make -j$(nproc)
if [ $? -ne 0 ]
then
echo "demo make failed"
exit 1
fi
./greeter_client