diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:46:56 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-05 08:46:56 -0500 |
| commit | bf9143960a12d3b80309ec6949ea797f591e2eb1 (patch) | |
| tree | 79b0ee53807e9bf1c6dae9fe58aee6cf2fa9216c /tools/checkpath.py | |
| parent | 3b165fe7d4d6348a46356d0d1f2a7efb76308e95 (diff) | |
chore: new versions of libs, new tooling in WiP.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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) + + |
