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