update @ Sun 5 Sep 02:25:31 EEST 2021

This commit is contained in:
Ari Archer 2021-09-05 02:25:31 +03:00
parent bb77d15a1b
commit 9e797f416b

View file

@ -1,7 +1,7 @@
let cmd_prompt = document.getElementById('prompt');
let cmd_output = document.getElementById('command_output');
let cmd_history = document.getElementById('cmd_hist');
let shell = document.getElementById('shell');
const cmd_prompt = document.getElementById('prompt');
const cmd_output = document.getElementById('command_output');
const cmd_history = document.getElementById('cmd_hist');
const shell = document.getElementById('shell');
var is_root = false;
function main() {