Add a bin folder with the start of a few helper scripts.
This commit is contained in:
parent
8cc609ff4e
commit
b598f4cddb
3
bin/build.sh
Normal file
3
bin/build.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# TODO / TBD
|
3
bin/run.sh
Executable file
3
bin/run.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
flutter run -d chrome
|
3
bin/test.sh
Executable file
3
bin/test.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
flutter run -d linux
|
Loading…
x
Reference in New Issue
Block a user