diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-11-25 20:11:27 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-11-25 20:11:27 +0100 |
commit | a65b12797c73a4b0be6f2e73a805d476a1581e95 (patch) | |
tree | 4f8fbde882917941bba45d689b17e8d533eb190e /Justfile |
initial commit
Diffstat (limited to 'Justfile')
-rw-r--r-- | Justfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..b5bb857 --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +generate deck: + DECKLIST="{{deck}}" docker compose run php |