//Terminal
/* Write text to terminal */
var post = function(input) {
$("#terminal-input").before('
' + input.replace( / /g, " " ) + ' |
');
updateTerminalScroll();
}
//Same thing as post but the td cells have ids so they can be animated for the hack progress bar
var hackProgressBarPost = function(input) {
$("#terminal-input").before('