diff options
Diffstat (limited to 'tools/checkpath.py')
| -rw-r--r-- | tools/checkpath.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/checkpath.py b/tools/checkpath.py new file mode 100644 index 0000000..eb36805 --- /dev/null +++ b/tools/checkpath.py @@ -0,0 +1,9 @@ +#! /usr/bin/env python3 +# -*- coding: utf-8 -*- + +import os, sys + +if __name__ == '__main__': + sys.exit(None) + + |
