If you're talking about that terminal embedded in the page, it's fake.
function Ls() {
function a() {
$(document).bind("Ls.Init", b)
}
function b() {
var a = ["How.I.Met.Your.Mother.S01E01.I.am.joking.got.you.mp4.torrent", "node-v0.6.12.pkg", "porn", "me.jpg", "index.js"],
b = "";
for (var c = 0; c < a.length; c++) b += a[c] + "<br />";
$("#terminal").append(b + "<br />"), $(".command").val("")
}
a()
}
function Ls() { function a() { $(document).bind("Ls.Init", b) } function b() { var a = ["How.I.Met.Your.Mother.S01E01.I.am.joking.got.you.mp4.torrent", "node-v0.6.12.pkg", "porn", "me.jpg", "index.js"], b = ""; for (var c = 0; c < a.length; c++) b += a[c] + "<br />"; $("#terminal").append(b + "<br />"), $(".command").val("") } a() }