OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
tools
/
usb
/
usbip
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
Makefile.am
292 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
autogen.sh
112 bytes
01/28/2018 09:20:33 PM
rwxr-xr-x
📄
cleanup.sh
401 bytes
01/28/2018 09:20:33 PM
rwxr-xr-x
📁
libsrc
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
src
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📁
vudc
-
11/17/2022 06:42:23 AM
rwxr-xr-x
Editing: cleanup.sh
Close
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 if [ -r Makefile ]; then make distclean fi FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \ config.status config.sub configure cscope.out depcomp install-sh \ libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile \ Makefile.in missing src/Makefile src/Makefile.in" rm -vRf $FILES