justfile fix

This commit is contained in:
Tyrel Souza 2023-12-02 23:13:00 -05:00
parent f9a7a56acf
commit a8cd3d4527
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 11 additions and 2 deletions

View File

@ -7,7 +7,16 @@ new:
touch full/day{{ DAY }}.txt
touch samples/day{{ DAY }}.txt
run:
full:
/usr/bin/env python3 python/day{{ DAY }}.py
sample:
/usr/bin/env python3 python/day{{ DAY }}.py --sample
ws:
watch /usr/bin/env python3 python/day{{ DAY }}.py --sample
watch:
watch /usr/bin/env python3 python/day{{ DAY }}.py