4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find /home/pi -maxdepth 1 -type f -iname '*.out' -mtime +30 -delete
|