mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-03-12 18:36:40 -04:00
6 lines
46 B
Bash
6 lines
46 B
Bash
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
./build.sh
|
||
|
flutter run $@
|
||
|
|