Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 344 Bytes

README.rst

File metadata and controls

13 lines (9 loc) · 344 Bytes

run-logging.py

This script executes the specified command, logging stdout and stderr to the suitable file.

usage:

./run-logging.py [-d logdir] [-s] command [args...]
-d logdir the directory where this create log file.
-s command is script. This appends first argument to log filename.