OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
python
/
runtime.d
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/14/2020 08:39:32 AM
rwxr-xr-x
📄
apport.rtupdate
133 bytes
05/10/2022 01:23:35 PM
rwxr-xr-x
📄
libapache2-mod-wsgi.rtupdate
174 bytes
07/09/2017 11:46:03 AM
rwxr-xr-x
📄
public_modules.rtinstall
375 bytes
04/16/2018 02:31:18 PM
rwxr-xr-x
📄
public_modules.rtremove
316 bytes
04/16/2018 02:31:18 PM
rwxr-xr-x
Editing: public_modules.rtremove
Close
#! /bin/sh set -e VERSION=${2#python} case "$VERSION" in 2.[45]) sitedir=/usr/lib/python$VERSION/site-packages;; *) sitedir=/usr/lib/python$VERSION/dist-packages esac if which python >/dev/null 2>&1 && which pyclean >/dev/null 2>&1; then pyclean $sitedir else find $sitedir -name '*.py[co]' -delete fi