Ready to ship
This commit is contained in:
parent
39c9f3ed9f
commit
8a75d44639
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
# https://dart.dev/guides/libraries/private-files
|
||||
# Created by `dart pub`
|
||||
.dart_tool/
|
||||
.idea
|
||||
|
|
3
compile.sh
Executable file
3
compile.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
dart compile exe -o uuidgen bin/uuidgen.dart
|
Loading…
Reference in a new issue