4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
find /opt/tisbackup/ -name *.pyo -exec rm -f {} \;
|