6 lines
53 B
Text
6 lines
53 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Clean time folders only
|
||
|
|
||
|
rm -rf *[1-9]*
|