From 8a75d44639623d1120ad339cee9826b69f64f35f Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 16 May 2024 23:55:50 -0700 Subject: [PATCH] Ready to ship --- .gitignore | 1 + compile.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 compile.sh diff --git a/.gitignore b/.gitignore index 3a85790..34420c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # https://dart.dev/guides/libraries/private-files # Created by `dart pub` .dart_tool/ +.idea diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..e3f90b6 --- /dev/null +++ b/compile.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +dart compile exe -o uuidgen bin/uuidgen.dart