From 02e7b534871ce513f72b0fe038ff824a662cc58b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 30 Oct 2013 06:28:19 +0000 Subject: Initial commit. --- examples/basic.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 examples/basic.html (limited to 'examples') diff --git a/examples/basic.html b/examples/basic.html new file mode 100644 index 0000000..92e7fe6 --- /dev/null +++ b/examples/basic.html @@ -0,0 +1,24 @@ + + + + + Basic Terminal + + + + + + + +
$ ls /usr/lib +anaconda-runtime games locale rpm sendmail.postfix +ConsoleKit gcc python2.6 sendmail yum-plugins +$ ls /var/lib +alternatives dhclient nfs random-seed stateless +authconfig games plymouth rhsm udev +cs logrotate.status polkit-1 rpm up2date +dbus misc postfix rsyslog yum +$
+ + + -- cgit