
function cli() {
  $('#ohai').height($(document).height());
  $('#ohai').terminal('/c/', { 
    custom_prompt : "&gt; ", 
    unix_theme : false,
    form_method : "POST",
    disable_input : navigator.vendor.indexOf("Apple") != -1,
    hello_message : "OHAI THIS IS MY SECRET HOMEPAGE SO DON'T TELL ANYONE ABOUT IT -KTHXBYE"
  });
}

