diff options
| author | diogo464 <[email protected]> | 2025-07-22 12:56:24 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-07-22 12:57:40 +0100 |
| commit | db5f5c98081315fa9efc3fcb3538f0a396e92c84 (patch) | |
| tree | 2d6d721648e180ec7f741e1727a8ec2017a27b9b /Justfile | |
| parent | 74c8d808a8a062535bf2d411cadaaa08a862b37a (diff) | |
added commit recipe
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,6 +1,9 @@ | |||
| 1 | _default: | 1 | _default: |
| 2 | just --list | 2 | just --list |
| 3 | 3 | ||
| 4 | commit: | ||
| 5 | ./commit-events.sh | ||
| 6 | |||
| 4 | scrape: | 7 | scrape: |
| 5 | ./fetch-sitemap | 8 | ./fetch-sitemap |
| 6 | ./setup-directories | 9 | ./setup-directories |
| @@ -24,3 +27,4 @@ scrape-circuits: | |||
| 24 | 27 | ||
| 25 | scrape-organizer: | 28 | scrape-organizer: |
| 26 | ./list-slugs | xargs -e -L 64 -P 1 ./extract-organizer | 29 | ./list-slugs | xargs -e -L 64 -P 1 ./extract-organizer |
| 30 | |||
