/
usr
/
src
/
linux-headers-5.15.0-190
/
tools
/
usb
/
usbip
/
/usr/src/linux-headers-5.15.0-190/tools/usb/usbip
mkdir
upload
Name
Size
Mode
Actions
libsrc/
-
0755
rm
src/
-
0755
rm
vudc/
-
0755
rm
autogen.sh
112
0755
edit
dl
rm
cleanup.sh
401
0755
edit
dl
rm
Makefile.am
292
0644
edit
dl
rm
Edit:
/usr/src/linux-headers-5.15.0-190/tools/usb/usbip/cleanup.sh
(401B)
#!/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
Save
cmd:
run