sorter.sh: proper quoting
This commit is contained in:
parent
5045970d3b
commit
f4330f48bf
@ -2,7 +2,7 @@
|
||||
# Categorize files in the quarantine directory
|
||||
|
||||
view() {
|
||||
mpv --no-resume-playback $@
|
||||
mpv --no-resume-playback "$1"
|
||||
}
|
||||
|
||||
dirsel() {
|
||||
|
Loading…
Reference in New Issue
Block a user