Initial commit

This commit is contained in:
James
2019-09-02 16:48:41 +01:00
commit 37196a07ec
2 changed files with 79 additions and 0 deletions

7
play Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
killall mpv
echo "ict-title: " >> /tmp/play
echo "---------------" >> /tmp/play
echo $1 >> /tmp/play
mpv --quiet $1 >> /tmp/play 2>&1 &