Ready to ship

This commit is contained in:
zontreck 2024-05-16 23:55:50 -07:00
parent 39c9f3ed9f
commit 8a75d44639
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
.dart_tool/
.idea

3
compile.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
dart compile exe -o uuidgen bin/uuidgen.dart