Update commands.js.download

This commit is contained in:
Adil Sadqi 2023-04-04 16:33:17 +00:00 committed by GitHub
parent 8d42f90fd9
commit f73dadaffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ weather = [
update = [
update1 = [
"<br>",
"Checking for updates...",
"Downloading update...",
@ -132,12 +132,12 @@ help = [
'<span class="command">email</span> Do not email me ;)',
'<span class="command">clear</span> Clear terminal',
'<span class="command">banner</span> Display the header',
'<span class="command">update</span> Update terminal',
"<br>",
];
root = [
"<br>",
'<span class="command">update</span> Update terminal',
'<span class="command">close</span> Close this page',
'<span class="command">exit</span> Exit from terminal',
'<span class="command">history</span> View command history',