grilo / future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import future

print future.Command('ls') | future.Command('wc -l')

result = future.Command('find /')
if result.ready():
    print result.get()

About


Languages

Language:Python 100.0%