mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
9 lines
175 B
Bash
Executable file
9 lines
175 B
Bash
Executable file
#!/bin/bash
|
|
cd $D/Videos/YouTube/
|
|
|
|
#for f in */*.mp4; do
|
|
# grep -q "$f" *.xml || rm "$f"
|
|
#done
|
|
|
|
tmux new -s 1 -d "podsync-bin --no-banner -c $D/Videos/YouTube/config.toml"
|