diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/.keep | 0 | ||||
| -rw-r--r-- | tools/checkpath.py | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tools/.keep b/tools/.keep deleted file mode 100644 index e69de29..0000000 --- a/tools/.keep +++ /dev/null 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) + + |
