Skip to content

Instantly share code, notes, and snippets.

View arisawa's full-sized avatar

Kosuke Arisawa arisawa

View GitHub Profile
@arisawa
arisawa / mqh_install.sh
Created September 11, 2012 23:48 — forked from masaki/mqh_install.sh
Installing MySQL5.1 / Q4M / HandlerSocket
#!/bin/zsh
MYSQL_VERSION=5.1.63
if [ `which perl` = "/usr/bin/perl" ]; then
echo -n -e "\e[1;31mUSING SYSTEM PERL OK? [y/n]\e[m: "
read ANSWER
if [ "$ANSWER" != "y" ]; then
exit 255
fi