Your IP : 216.73.216.213
��Yf � @ sW d Z d d l Z d d l m Z m Z m Z m Z d Z d Z d d � Z e � d S)zN
Remote python client.
Execute Python commands remotely and send output back.
� N)�socket�AF_INET�SOCK_STREAM�SHUT_WRi i c C s3 t t j � d k r, t d � t j d � t j d } t } | j d � } | d k r� t | | d d � � } | d | � } d j t j d d � � } t t
t � } | j | | f � | j
| j � � | j t � d } x$ | j t � } | sP| | 7} q� Wt | j � d d �| j � d S)
N� zusage: rpython host command� � �:r � � �end)�len�sys�argv�print�exit�PORT�find�int�joinr r r Zconnect�send�encodeZshutdownr Zrecv�BUFSIZE�decode�close)�hostZport�iZcommand�sZreply�data� r �7/opt/alt/python35/lib64/python3.5/Tools/demo/rpython.py�main s,
r! ) �__doc__r r r r r r r r! r r r r �<module> s "