9 lines
192 B
Bash
Raw Normal View History

2023-05-23 16:09:37 +08:00
if [ -d "../../../pikalab" ]; then
sh do_build.sh
fi
if [ ! -d "../../../pikalab" ]; then
2023-05-25 16:13:27 +08:00
rm rust-msc-latest-linux -f
2023-05-23 16:09:37 +08:00
wget http://pikapython.com/download/rust-msc-latest-linux
fi