about summary refs log blame commit diff stats
path: root/config/ksh/functions/mpvpin
blob: 0cc3cf51393f9f752b440596297e6622abb2b20f (plain) (tree)
1
2
3
4
          


                                                                                                      
#!/bin/ksh
mpvpin() {
	mpv --input-ipc-server=/tmp/mpv-socket$(date +%s) --quiet --title "PIN" "$1" >/dev/null 2>&1 &
}