Skip to content

The shell_helper module implements a class which helps when calling shell commands. The main benefit is that command output can be captured to a file at the same time it is being sent to the std_out (console).

Notifications You must be signed in to change notification settings

byates/shell_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The shell_helper module implements a class which helps when calling shell commands.
The main benefit is that command output can be captured to a file at the same time
it is being sent to the std_out (console).
Additionally there are commands for deleting files and copying files.

To Install:
Linux: sudo easy_install dist/shell_helper-1.5-py2.7.egg
or
Linux: sudo pip install shell_helper

Windows: easy_install dist\shell_helper-1.5-py2.7.egg

To Build the installer EGG:
python setup.py bdist_egg

About

The shell_helper module implements a class which helps when calling shell commands. The main benefit is that command output can be captured to a file at the same time it is being sent to the std_out (console).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages