I'm the stupidest human alive.

This commit is contained in:
qorg11 2020-04-27 03:53:36 +02:00
parent 810ef93471
commit 3f14f50674
Signed by: qorg11
GPG Key ID: 343FC20A4ACA62B9
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ my $disk_usage = `df -h | awk 'NR==2 {print \$3; exit}')`;
my $disk_free = `df -h | awk 'NR==2 {print \$4; exit}'`;
my $disk_percentage = `df -h | awk 'NR==2 {print \$5; exit}'`;
my $currently_used = `du -h files`;
$currently_used =~ s/files//;
my $total = "32GB"; # Put here what you use.
print "<!DOCTYPE html>
<html lang=\"en\">
<head>