6 lines
99 B
Bash
6 lines
99 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
[ "$1" = python3-twisted ] || exit 0
|
||
|
|
||
|
python3 -c 'from twisted.internet import reactor'
|