DEBSOURCES
Skip Quicknav
sources / python-can / 4.5.0-1 / debian / helper2man
123456789101112
#!/bin/sh module=${0##*can_} case "$1" in -h|--help) python3 -m can.${module} --help ;; -v|--version) echo "${DEB_VERSION_UPSTREAM}" ;; esac