可以用来刷港版的. 黑色iphone4s 16G版本.
#!/bin/bash
while true ; do
s="$(wget 'http://store.apple.com/hk-zh/variationUpdate/IPHONE4S?option.dimensionColor=black&option.dimensionCapacity=16gb&carrierPolicyType=UNLOCKED' -O - | grep 暫無供應 | wc -l)"
if [ $s -eq 1 ]; then
sleep 30
else
mutt -s 'iphone4s come on' tq02ksu@gmail.com <<!
iphone4s come on!
!
exit 0;
fi
done
不解释. 非常简单.
#!/bin/bash
while true ; do
s="$(wget 'http://store.apple.com/hk-zh/variationUpdate/IPHONE4S?option.dimensionColor=black&option.dimensionCapacity=16gb&carrierPolicyType=UNLOCKED' -O - | grep 暫無供應 | wc -l)"
if [ $s -eq 1 ]; then
sleep 30
else
mutt -s 'iphone4s come on' tq02ksu@gmail.com <<!
iphone4s come on!
!
exit 0;
fi
done
不解释. 非常简单.