4 lines
114 B
Bash
Executable File
4 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
rm -f /usr/share/python-support/rtslib/rtslib/*.pyc
|
|
rm -f /usr/share/python-support/rtslib/rtslib/*.pyo
|