Skip to content

Commit

Permalink
Fixed arg names
Browse files Browse the repository at this point in the history
  • Loading branch information
jneug committed Jun 28, 2024
1 parent 02d32a4 commit 5fc822e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ p4upa3 FILE:
just compile {{FILE}}
typ="{{FILE}}"; pdf="{{OUTPUT_PATH}}/${typ%.typ}.pdf"; out="{{OUTPUT_PATH}}/${typ%.typ}-p4upA3.pdf"; psnup -pa3 -4 "$pdf" "$out"

p2upa4 file:
p2upa4 FILE:
just compile {{FILE}}
typ="{{FILE}}"; pdf="{{OUTPUT_PATH}}/${typ%.typ}.pdf"; out="{{OUTPUT_PATH}}/${typ%.typ}-p4upA4.pdf"; psnup -pa4 -2 "$pdf" "$out"

p4upa4 file:
p4upa4 FILE:
just compile {{FILE}}
typ="{{FILE}}"; pdf="{{OUTPUT_PATH}}/${typ%.typ}.pdf"; out="{{OUTPUT_PATH}}/${typ%.typ}-p4upA4.pdf"; psnup -pa4 -4 "$pdf" "$out"

0 comments on commit 5fc822e

Please sign in to comment.