use bash
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
ENTER playlist-next force
|
||||
R run "/bin/sh" "-ec" "kdialog --warningyesno 'Delete ${path}' --title 'Delete ${media-title}' && output=\"$(rm -- '${path}' 2>&1)\" || kdialog --error \"$output\""
|
||||
C run "/bin/sh" "-ec" "echo -n '${path}' | xclip -selection clipboard"
|
||||
R run "/bin/bash" "-ec" "kdialog --warningyesno 'Delete ${path}' --title 'Delete ${media-title}' && output=\"$(rm -- '${path}' 2>&1)\" || kdialog --error \"$output\""
|
||||
C run "/bin/bash" "-ec" "echo -n '${path}' | xclip -selection clipboard"
|
||||
|
||||
Reference in New Issue
Block a user