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