2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
find "$1" -name ".wdvn-placeholder" -type f -delete
|