blob: 3b9310791b9134ccb06f82b737f21de714779e19 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3[ "$1" = python3-twisted ] || exit 0
4
5python3 -c 'from twisted.internet import reactor'