/ .justfile
.justfile
1 # Initialize dependencies. Run this before start 2 init: 3 @nix develop 4 5 # Start the script 6 start: 7 @python3 launcher.py 8 9 # Clean up unneeded files (not necessary to run all the time, run before a commit 10 clean: 11 @rm -rf badapple.mp3 converted/ img/ video.webm