mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
echo "$1" > ~/.lastVideo
|
|
/usr/bin/vlc --started-from-file "$1" 2>/dev/null &
|