3 lines
59 B
Plaintext
3 lines
59 B
Plaintext
|
#!/bin/bash
|
||
|
SYNCED_DIR="/tmp/TL/synced"
|
||
|
rm "$SYNCED_DIR/".*
|