aoeiuv@aoeiuv-K42JE /opt/lampp/htdocs/study $ cat m
#!/bin/sh
#***************************************************
# ^> File Name: m.sh
# ^> Author: AoEiuV020
# ^> Mail: 490674483@qq.com
# ^> Created Time: 2015/05/30 - 18:15:00
#***************************************************
host=
http://localhost/study/#file=$1
file=${1:-index.html}
maxthon ${host}${file}
aoeiuv@aoeiuv-K42JE /opt/lampp/htdocs/study $ ls
char.html char.txt index.htm index.html m m.bat tr.html
aoeiuv@aoeiuv-K42JE /opt/lampp/htdocs/study $ cat tr.html
<!--***************************************************
^> File Name: tr.html
^> Author: AoEiuV020
^> Mail: 490674483@qq.com
^> Created Time: 2015/06/02 - 14:46:24
***************************************************-->
<html>
<head>
<title>TR</title>
</head>
<body>
<tr>&!@#$%;</tr>
</body>
</html>
aoeiuv@aoeiuv-K42JE /opt/lampp/htdocs/study $ m tr.html
dumps_path:
/home/aoeiuv/.config/maxthon/Crash Reports
Created new window in existing browser session.
aoeiuv@aoeiuv-K42JE /opt/lampp/htdocs/study $