Your IP : 216.73.216.213


Current Path : /opt/alt/python34/lib64/python3.4/Tools/demo/__pycache__/
Upload File :
Current File : //opt/alt/python34/lib64/python3.4/Tools/demo/__pycache__/rpython.cpython-34.pyc

�
e f�@sWdZddlZddlmZmZmZmZdZdZdd�Ze�dS)zN
Remote python client.
Execute Python commands remotely and send output back.
�N)�socket�AF_INET�SOCK_STREAM�SHUT_WRiicCs<ttj�dkr/td�tjd�ntjd}t}|jd�}|dkr�t||dd��}|d|�}ndjtjdd��}t	t
t�}|j||f�|j
|j��|jt�d}x'|jt�}|s
Pn||7}q�Wt|j�d	d�|j�dS)
N�zusage: rpython host command���:r� ��end)�len�sys�argv�print�exit�PORT�find�int�joinrrrZconnect�send�encodeZshutdownrZrecv�BUFSIZE�decode�close)�hostZport�iZcommand�sZreply�data�r�7/opt/alt/python34/lib64/python3.4/Tools/demo/rpython.py�mains,


r!)	�__doc__rrrrrrrr!rrrr �<module>s"