https://github.com/rndmh3ro/check_exit-code
https://github.com/rndmh3ro/check_exit-code
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rndmh3ro/check_exit-code
- Owner: rndmh3ro
- License: gpl-2.0
- Created: 2013-12-05T20:46:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-14T21:47:30.000Z (over 11 years ago)
- Last Synced: 2025-01-23T05:44:10.366Z (5 months ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
check_exit-code
===============This script can check whether a file was last modified before a time X. If it was modified after that, an error is raised. It can also check, whether the file contains a specific string (e.g. "exit 0"). If it's not there, an error is raised.
Example:
```check_exit_code.py --exitcode -t 20 /path/to/logfile/```