jw-devtest/scripts/jw-devtest.py
Jan Lindemann ee545d9c5c jw-devtest.py: Add missing shebang
First line lacks a shebang, add it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-01-21 09:40:45 +01:00

9 lines
204 B
Python

#!/usr/bin/python3
# -*- coding: utf-8 -*-
import jwutils
from devtest.os import * # import all commands
jwutils.log.set_filename_length(30)
exit(jwutils.run_sub_commands('Control Device under Test'))