Initial commit

This commit is contained in:
2022-11-29 22:39:48 +01:00
commit c903c56aa0
6 changed files with 1402 additions and 0 deletions

2
justfile Normal file
View File

@ -0,0 +1,2 @@
load_dotenv:
set -a; source .env; set +a