style: remove trailing whitespace

This commit is contained in:
lelgenio 2021-03-31 13:10:54 -03:00
parent 29cb098607
commit e880f7c33d

View file

@ -1,5 +1,5 @@
#!/bin/sh
mpc playlist -f '%position%\t%file%' |
sort -k 2 |
sort -k 2 |
perl -ne 'm/(.*)\t(.*)/; print "$1\n" if $2 eq $prev; $prev=$2' |
mpc del