Skip to content

Eadom/timedRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timedRun

A shell command launcher with timeout and return status, extracted from lithium.

import timedRun

r = timedRun.timed_run(['ls', '-l'], 5, 'logprefix')

if r.sta == timedRun.Status.NORMAL:
    print 'NORMAL'

About

A shell command launcher with timeout and return status, extracted from lithium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages