student-legacy/fix-pub.sh
2021-08-31 01:06:55 +00:00

8 lines
318 B
Bash
Executable File

#!/bin/sh
cd filcnaplo && pwd && flutter clean && flutter pub get && cd ..
cd filcnaplo_kreta_api && pwd && flutter clean && flutter pub get && cd ..
cd filcnaplo_mobile_ui && pwd && flutter clean && flutter pub get && cd ..
cd filcnaplo_desktop_ui && pwd && flutter clean && flutter pub get && cd ..
echo Fixed pub.