mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Tue 3 May 22:13:16 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
b853b567fd
commit
555e284d4e
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ function echo(argv) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function webfetch() {
|
function webfetch() {
|
||||||
let head_str = `${escape_HTML(window.localStorage.getItem("username"))}@${site_name}`;
|
let head_str = `${whoami()}@${site_name}`;
|
||||||
|
|
||||||
return `\`8.\`888b ,8' ${head_str}
|
return `\`8.\`888b ,8' ${head_str}
|
||||||
\`8.\`888b ,8' ${"-".repeat(head_str.length)}
|
\`8.\`888b ,8' ${"-".repeat(head_str.length)}
|
||||||
|
@ -184,5 +184,5 @@ function webfetch() {
|
||||||
\`8.\`888b8.\`8888' CPU: ${site_name} web cpu (1) @ 1GHz
|
\`8.\`888b8.\`8888' CPU: ${site_name} web cpu (1) @ 1GHz
|
||||||
\`8.\`888\`8.\`88' Memory: 2B / 8B
|
\`8.\`888\`8.\`88' Memory: 2B / 8B
|
||||||
\`8.\`8' \`8,\`' Init: WebRC
|
\`8.\`8' \`8,\`' Init: WebRC
|
||||||
\`8.\` \`8'`
|
\`8.\` \`8'`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue