mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sun 5 Sep 02:25:31 EEST 2021
This commit is contained in:
parent
bb77d15a1b
commit
9e797f416b
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
let cmd_prompt = document.getElementById('prompt');
|
const cmd_prompt = document.getElementById('prompt');
|
||||||
let cmd_output = document.getElementById('command_output');
|
const cmd_output = document.getElementById('command_output');
|
||||||
let cmd_history = document.getElementById('cmd_hist');
|
const cmd_history = document.getElementById('cmd_hist');
|
||||||
let shell = document.getElementById('shell');
|
const shell = document.getElementById('shell');
|
||||||
var is_root = false;
|
var is_root = false;
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue