idk
This commit is contained in:
parent
262c671c3a
commit
b44b53337e
4 changed files with 9 additions and 0 deletions
0
scripts/bleh
Normal file
0
scripts/bleh
Normal file
5
scripts/disk
Executable file
5
scripts/disk
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
disk_usage=$(df -h | rg /dev/nvme0n1p2 | awk '{print $4}')
|
||||
|
||||
echo " $disk_usage"
|
Loading…
Add table
Add a link
Reference in a new issue