Add a bin folder with the start of a few helper scripts.

This commit is contained in:
Hyperling 2025-04-25 07:52:46 -07:00
parent 8cc609ff4e
commit b598f4cddb
3 changed files with 9 additions and 0 deletions

3
bin/build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
# TODO / TBD

3
bin/run.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
flutter run -d chrome

3
bin/test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
flutter run -d linux