Add a timestamp generator helper utility

This commit is contained in:
zontreck 2025-01-06 02:44:33 -07:00
parent 3eb1d0e691
commit 43db279895
6 changed files with 26 additions and 11 deletions

View file

@ -20,6 +20,7 @@ dart compile exe -o out/uuidgen-linux-x64 bin/uuidgen.dart
dart compile exe -o out/pause-linux-x64 bin/pause.dart
dart compile exe -o out/sleep-linux-x64 bin/sleep.dart
dart compile exe -o out/regedit-linux-x64 bin/regedit.dart
dart compile exe -o out/timestamp-linux-x64 bin/timestamp.dart
cd ..