We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95823dc commit 2ee9ec4Copy full SHA for 2ee9ec4
1 file changed
dist/tools/usb-serial/ttys.py
@@ -1,4 +1,15 @@
1
-#!/usr/bin/env python3
+#!/usr/bin/env -S pipx run
2
+
3
+# SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg
4
+# SPDX-FileCopyrightText: 2026 ML!PA Consulting GmbH
5
+# SPDX-License-Identifier: LGPL-2.1-only
6
7
+# /// script
8
+# requires-python = ">=3.10"
9
+# dependencies = [
10
+# "pyudev"
11
+# ]
12
+# ///
13
"""
14
Command line utility to list and filter TTYs
15
0 commit comments