etc
home
default
.config
.fonts
.local
scripts
append-urls-to-titles
booksplit
clean-syncthing-conflicts
convert-to-audio
create-playlist
del-macos-folders
generate-playlists
hash-filenames
list-packages
mp3-to-opus
prep-camera-photo
proverb
prune-free-space
record-screen
record-screen-no-audio
refresh-screens
remove-exif
restart-audio
restart-bluetooth
screenshot
scrub-ufw
sort-by-length
tag
titles-to-youtube-playlist
update-mirrors
wget-titles-from-urls
youtube-archive
youtube-archive-audio
youtube-audio
.bashrc
.profile
.tool-versions
.xprofile
.gitignore
packages.txt
preview.png
readme.md
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
find ~/syncthing/ -type f -name "*.sync-conflict*" -exec rm {} \;
|