2023-05-25 16:13:27 +08:00

9 lines
192 B
Bash

if [ -d "../../../pikalab" ]; then
sh do_build.sh
fi
if [ ! -d "../../../pikalab" ]; then
rm rust-msc-latest-linux -f
wget http://pikapython.com/download/rust-msc-latest-linux
fi