-
Notifications
You must be signed in to change notification settings - Fork 1
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).
byates/shell_helper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published