remote_shell 2.0.0

remote shell written by rust.
Documentation
1
2
3
4
5
6
# -*- coding: utf-8 -*-
import time
for i in range(4):
    print (i,flush=True)
    print ("abcd",flush=True)
    print ("阿萨德",flush=True)