Compare commits
No commits in common. "2e029290f9846636e23b9b9e3dcede8f66c3960b" and "d7c082249f239824ed4ee6f48514840ff3ddf6bd" have entirely different histories.
2e029290f9
...
d7c082249f
|
@ -1,2 +0,0 @@
|
|||
#!/bin/env bash
|
||||
for i in *.m4a; do ffmpeg -i "$i" -c:a flac "${i%.*}.flac"; done
|
|
@ -21,6 +21,3 @@ 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…
Reference in New Issue