Add a bin folder with the start of a few helper scripts.
This commit is contained in:
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
|
Reference in New Issue
Block a user