add syncthing conflict script

This commit is contained in:
shibao 2023-10-30 14:03:37 -04:00
parent c14f0357ab
commit c9442f04b3
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
find ~/syncthing/ -type f -name "*.sync-conflict*" -exec rm {} \;