diff options
Diffstat (limited to 'alt.irregular.ninja/Justfile')
| -rw-r--r-- | alt.irregular.ninja/Justfile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alt.irregular.ninja/Justfile b/alt.irregular.ninja/Justfile new file mode 100644 index 0000000..ef820d2 --- /dev/null +++ b/alt.irregular.ninja/Justfile @@ -0,0 +1,9 @@ +# Generate the photo album using shuriken + +# Default recipe: generate the album +generate: + shuriken --generate + +# Dry-run to preview changes without writing +dry-run: + shuriken --dry-run |
