1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 15:23:15 +00:00
dotfiles/.local/bin/podsync

9 lines
141 B
Bash
Executable file

#!/bin/bash
cd ~/Videos/YouTube/
#for f in */*.mp4; do
# grep -q "$f" *.xml || rm "$f"
#done
tmux new -s 1 -d "podsync-bin --no-banner"