aboutsummaryrefslogtreecommitdiff
path: root/scripts/vid
blob: 2d9f08cc18700dee8def2921676c8342823f8b20 (about) (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -eu

mkdir -p ~/archive/vid/
echo "$1" >> ~/archive/vid/history.txt
nohup mpv "$1" 1>/dev/null 2>/dev/null &