checks for change

master
Matthew Huntington 1 year ago
parent 07e796099b
commit 8e7684def2

@ -0,0 +1,8 @@
#!/bin/zsh
mv index.html index_old.html
wget --no-check-certificate https://pvpr.com/
sitediff=$(diff index.html index_old.html | grep "images\/program")
if [[ ${#sitediff} -gt 0 ]]
then
echo "change"
fi
Loading…
Cancel
Save