added kanshi
This commit is contained in:
parent
5f620bceb5
commit
d7a9fd25bd
12 changed files with 69 additions and 32 deletions
|
|
@ -1,8 +1,7 @@
|
|||
#!/bin/bash
|
||||
while true; do
|
||||
games=$(df /mnt/games --output=pcent 2>/dev/null | tail -1 | tr -d ' ')
|
||||
root=$(df / --output=pcent 2>/dev/null | tail -1 | tr -d ' ')
|
||||
datetime=$(date +'%m/%d/%Y %I:%M %p')
|
||||
echo "$games $root $datetime"
|
||||
echo "$root $datetime"
|
||||
sleep 30
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue