diff options
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..2207542 --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +gemini: + find $(pwd) -type f -name '*.php' -o -name '*.twig' | GEMINI=true DB_HOST=localhost entr -r php public/index.php |