dotfiles/home/default/scripts/clean-syncthing-conflicts

5 lines
105 B
Plaintext
Raw Normal View History

2023-10-30 14:03:37 -04:00
#!/usr/bin/env bash
set -euo pipefail
find ~/syncthing/ -type f -name "*.sync-conflict*" -exec rm {} \;