Compare commits
2 Commits
d7c082249f
...
2e029290f9
Author | SHA1 | Date | |
---|---|---|---|
2e029290f9 | |||
647c207091 |
2
convert_to_flac.sh
Executable file
2
convert_to_flac.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/env bash
|
||||
for i in *.m4a; do ffmpeg -i "$i" -c:a flac "${i%.*}.flac"; done
|
@ -21,3 +21,6 @@ else
|
||||
echo "$ORIGINAL does not exist."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# TODO: use below to create "copy all wallpapers" function
|
||||
# for file in $HOME/.cache/plasma_engine_potd/*; do bfile=$(basename $file); cp "$file" "$HOME/Pictures/wallpapers/${bfile}_${TODAY}.jpg"; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user