Initial commit

This commit is contained in:
Lakr Aream
2022-01-24 16:39:53 +08:00
committed by Lakr Aream
commit 00000000f4
9 changed files with 581 additions and 0 deletions

10
make.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
ruby ./generate_keys.rb
ruby ./generate_licenses.rb
echo "done"