首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Iphone >

分享 刷iphone4s的脚本

2012-08-13 
分享 刷iphone4s的脚本.可以用来刷港版的. 黑色iphone4s 16G版本.#!/bin/bashwhile true dos$(wget h

分享 刷iphone4s的脚本.
可以用来刷港版的. 黑色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

不解释. 非常简单.

热点排行