いろいろアップデートするバッチスクリプト

MSYS、Ruby Gems、Python PIPsをアップデート。

pacman -Syu
call gem update --system
@echo on
call gem update
@echo on
for /f "skip=2" %%A in ('pip list -o') do python -m pip install -U --progress-bar off %%A