-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgit-to-github-io.php.html
More file actions
20 lines (20 loc) · 975 Bytes
/
git-to-github-io.php.html
File metadata and controls
20 lines (20 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite">
<title>git-to-github-io.php</title>
</head>
<body bgcolor="white">
<pre><tt><font color="#990000"><?php</font>
<i><font color="#9A1900"># this script just calls the git-to-github shell script, and dispalys the output</font></i>
<b><font color="#0000FF">echo</font></b> <font color="#FF0000">"<pre>"</font><font color="#990000">;</font>
<b><font color="#000000">system</font></b> <font color="#990000">(</font><font color="#FF0000">"/home/aaron/git/git-to-github-io"</font><font color="#990000">);</font>
<b><font color="#0000FF">echo</font></b> <font color="#FF0000">"</pre>"</font><font color="#990000">;</font>
<font color="#990000">?></font>
</tt></pre>
</body>
</html>