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…
Reference in new issue