Skip to content
Snippets Groups Projects
Commit d16d77f0 authored by Boman Romain's avatar Boman Romain
Browse files

add basic disk usage script

parent 6b5c6dbe
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd /home
for d in `ls`
do
du -hs $d
done
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