1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-30 10:33:16 +00:00
dotfiles/.local/bin/podsync

9 lines
175 B
Plaintext
Raw Normal View History

#!/bin/bash
cd $D/Videos/YouTube/
2020-09-29 20:45:25 +00:00
#for f in */*.mp4; do
# grep -q "$f" *.xml || rm "$f"
#done
2020-09-29 20:45:25 +00:00
tmux new -s 1 -d "podsync-bin --no-banner -c $D/Videos/YouTube/config.toml"