#!/bin/sh
cd modlib/lib/
chmod +x build.sh
./build.sh
cd ../..
cd modules/
mkdir -p bin
dos2unix */*.sh
chmod +x */build.sh
for dir in */; do
if [ $dir != "bin/" ]; then
cd $dir
cd ..
fi
done
python3 scripts/pbuild.py