index
:
cfg
this commit
master
ensa's configuration files
ensa <psii@riseup.net>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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 & }