sorter.sh: proper quoting

This commit is contained in:
dogeystamp 2023-03-05 21:48:39 -05:00
parent 5045970d3b
commit f4330f48bf
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -2,7 +2,7 @@
# Categorize files in the quarantine directory # Categorize files in the quarantine directory
view() { view() {
mpv --no-resume-playback $@ mpv --no-resume-playback "$1"
} }
dirsel() { dirsel() {