403Webshell
Server IP : 118.27.122.248  /  Your IP : 216.73.217.142
Web Server : Apache
System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
User : c9415830 ( 11735)
PHP Version : 8.4.17
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/bin/perl.clean
#!/bin/sh -eu

PROG="${0##*/}"
cd "${RPM_BUILD_ROOT:?}"

set -- ./usr/*/perl5/
[ -d "$1" ] || exit 0

find "$@" -type f -name .packlist -exec \
	rm -fv -- '{}' '+'

find "$@" -type f -name \*.bs -size 0 -exec \
	rm -fv -- '{}' '+'

once=
find "$@" -type f -name \*.bs |
while read -r f; do
	[ -n "$once" ] ||
	echo "WARNING: $PROG: non-empty *.bs file(s) found:"
	echo "    $f"
	once=1
done >&2

find "$@" -type f -name perllocal.pod -exec \
	rm -fv -- '{}' '+'

Youez - 2016 - github.com/yon3zu
LinuXploit