3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
find . -name "*.sync-conflict-*" -delete
|