迁移文件,powertoys,system,config
- 首先安装 brew,中间可能会提示安装 Command line tool,必须先安装。命令
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"| #!/bin/bash | |
| ### VARIABLES ### | |
| PRE_PACK="openssl-devel pcre-devel make gcc" | |
| VER="1.5.1" | |
| # Setup Colours | |
| black='\E[30;40m' | |
| red='\E[31;40m' |
迁移文件,powertoys,system,config
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"| <?php | |
| if (isset($_GET['url'])) { | |
| $url = rawurldecode(trim($_GET['url'])); | |
| if (empty($url)) | |
| return; | |
| if (substr($url, 0, 4) != 'http') | |
| $url = "http://{$url}"; | |
| require_once 'PHPWebDriver/__init__.php'; |