mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-02 09:41:44 +03:00
added a better installer
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@22 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@@ -2,14 +2,11 @@
|
||||
|
||||
echo "Content-type: text/html"
|
||||
echo
|
||||
|
||||
echo "<HTML><TITLE>System Health</TITLE><BODY>"
|
||||
|
||||
echo "<H1>System Health for '`hostname`'</H1>"
|
||||
echo "<H2>Processes</H2><TABLE BORDER=\"2\">"
|
||||
echo "<html><title>System Health</title><body>"
|
||||
echo "<h1>System Health for '`hostname`'</h1>"
|
||||
echo "<h2>Processes</h2><table border=\"2\">"
|
||||
ps -ef | sed -e "s/\(.*\)/<tr><td>\1<\/td><\/tr>/"
|
||||
|
||||
echo "</TABLE><H2>Free FileSystem Space</H2>"
|
||||
echo "<TABLE BORDER=\"2\">"
|
||||
echo "</table><h2>Free FileSystem Space</h2>"
|
||||
echo "<table border=\"2\">"
|
||||
df -h . | sed -e "s/\(.*\)/<tr><td>\1<\/td><\/tr>/"
|
||||
echo "</TABLE></BODY></HTML>"
|
||||
echo "</table></body></html>"
|
||||
|
Reference in New Issue
Block a user