5 lines
264 B
Bash
5 lines
264 B
Bash
#!bash
|
|
|
|
# curl -o ./examples/healthcheck/reposize/hyprland https://hyprland.org/videos/end_4_rice_intro.mp4
|
|
./build/healthcheck -root=./examples/healthcheck/reposize -meta="readme " -whitelist=".*\.md" -whitelist=".*\.json" -whitelist=".*\.sh" -whitelist=".git.*"
|