Change music directory.

This commit is contained in:
Nicolás A. Ortega Froysa 2022-06-10 21:11:58 +02:00 committed by Nicolás A. Ortega Froysa
parent 6c238989f8
commit f5c30419a8

View File

@ -1,2 +1,2 @@
#!/bin/bash
df -h | awk '{ if ($6 == "/") printf "/: " $4; if ($6 == "/home") printf " home: " $4; if ($6 == "/home/music") printf " music: " $4; }' > $HOME/.cache/free-space
df -h | awk '{ if ($6 == "/") printf "/: " $4; if ($6 == "/home") printf " home: " $4; if ($6 == "/media/music") printf " music: " $4; }' > $HOME/.cache/free-space