I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 3f14f506 authored by xalloc xzal's avatar xalloc xzal
Browse files

I'm the stupidest human alive.

parent 810ef934
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment