about summary refs log tree commit diff stats
path: root/config/ksh/functions/mpvpin
blob: 7fabc6ca4a14f7860145bceacd3b7959572e1e88 (plain) (blame)
1
2
3
4
#!/bin/ksh
mpvpin() {
	mpv --no-terminal --title "PIN" "$1" >/dev/null 2>&1 &
}