follow.bash
· 72 B · Bash
Bruto
#!/bin/bash
while true; do echo -ne "$(du -sh -BM $1)\r"; sleep 1; done
| 1 | #!/bin/bash |
| 2 | |
| 3 | while true; do echo -ne "$(du -sh -BM $1)\r"; sleep 1; done |