feat(video): Add script save last video path

This commit is contained in:
Bruno F. Fontes 2021-08-04 17:17:23 -03:00
parent 0c16db897f
commit 847f839d89
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

3
video.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo "$1" > ~/.lastVideo
/usr/bin/vlc --started-from-file "$1" 2>/dev/null &