403Webshell
Server IP : 118.27.122.120  /  Your IP : 216.73.216.228
Web Server : Apache
System : Linux web0216.sh.tyo1 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64
User : r4834334 ( 11094)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /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