I'm the stupidest human alive.
This commit is contained in:
parent
810ef93471
commit
3f14f50674
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue