This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
################################################# | |
# ieserver.net 更新スクリプト | |
# https://gist.github.com/int2xx9/6304105 | |
# 必要なコマンド: bash, curl, grep, sed, expr | |
# 自動更新させる場合cronも必要です | |
################################################# | |
################################################# |