Hacker News new | ask | show | jobs
by drdaeman 4590 days ago
Each time I see web-based terminal with *nix-looking shell prompt inside it ends up like this:

    ...
    Successfully installed wedding-0.0.1
    7 gems installed
    root@wedding ~$ which wedding
    which is not a valid command
    root@wedding ~$ whoami
    whoami is not a valid command
    root@wedding ~$ id -a
    id is not a valid command
    root@wedding ~$ uname -a
    uname is not a valid command
    root@wedding ~$ ls -la
    -bash: cd: -la: No such file or directory
    root@wedding ~$ logout
    logout is not a valid command
(closes tab)
2 comments

Try this on your computer. $ sudo gem install wedding
ha ha ;) of course, I tried running $ rm -rf /
we all tried that (+ sudo). :P.