From 847f839d892f7bb5203d53be483c8d22f2f6b643 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Wed, 4 Aug 2021 17:17:23 -0300 Subject: [PATCH] feat(video): Add script save last video path --- video.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 video.sh diff --git a/video.sh b/video.sh new file mode 100755 index 0000000..9ae016b --- /dev/null +++ b/video.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo "$1" > ~/.lastVideo +/usr/bin/vlc --started-from-file "$1" 2>/dev/null &