Add workspace.sh (Linux/Mac)

This commit is contained in:
Moe Poi ~ 2022-04-23 03:35:55 +07:00
parent 0134ca18c4
commit 0c24e90813

7
workspace.sh Normal file
View file

@ -0,0 +1,7 @@
echo "=== WORKSPACE SCRIPT RUNNING ==="
mkdir nekoya_flutter
cd nekoya_flutter
git clone https://gitlab.com/nekoya/app.git .
flutter create .
flutter pub get
echo "=== DONE :3 ==="