Add justfile

This commit is contained in:
Toast 2024-02-23 12:32:17 +01:00
parent 975b402ff7
commit e2d5273ed8

8
.justfile Normal file
View file

@ -0,0 +1,8 @@
# Hide the default option from the recipes list
_default: print-recipes
find-results:
find . -name '*result*'
print-recipes:
@just --list