remote_shell 2.0.0

remote shell written by rust.
Documentation
1
2
3
4
import time
while True:
    print ("calee")
    time.sleep(4)