19 lines
216 B
Bash
Executable File
19 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd refilc
|
|
flutter clean
|
|
flutter pub get
|
|
|
|
cd ../refilc_kreta_api
|
|
flutter clean
|
|
flutter pub get
|
|
|
|
cd ../refilc_mobile_ui
|
|
flutter clean
|
|
flutter pub get
|
|
|
|
cd ../refilc_plus
|
|
flutter clean
|
|
flutter pub get
|
|
|
|
cd .. |