app/workspace.sh
2022-04-23 03:35:55 +07:00

7 lines
No EOL
180 B
Bash

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 ==="