摘要: #!/bin/shapp="/home/user/myapp.exe"while truedo pid=`ps ax | grep mono | grep -v grep` test -z "$pid" && echo "$app已崩溃,Restart!!!" && mono $app sleep 5done 阅读全文
posted @ 2013-05-29 18:47 Monn 阅读(704) 评论(0) 推荐(0) 编辑
摘要: yum -y install httpd httpd-devel make glib2-devel libpng-devel libjpeg-devel giflib-devel libtiff-devel libX11-devel gcc* fontconfig-devel bison gettext bzip2 libtool automake autoconf wget unzipdirectory we will be installing mono inmkdir -p /opt/mono cd /tmpDownload & extract sourcewget http:/ 阅读全文
posted @ 2013-05-29 02:19 Monn 阅读(349) 评论(0) 推荐(0) 编辑