6 lines
76 B
Bash
6 lines
76 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
[ "$1" = python3-pyopenssl ] || exit 0
|
||
|
|
||
|
python3 -m OpenSSL.debug
|