Sha256: 07221caef77b67a1a38db464621f61a4368cbdf6e65daf99c85d24f66164025a

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

#!/usr/bin/env python

import os
import sys

parent, bindir = os.path.split(os.path.dirname(os.path.abspath(sys.argv[0])))
if os.path.exists(os.path.join(parent, 'psshlib')):
    sys.path.insert(0, parent)

from psshlib.askpass_client import askpass_main
askpass_main()

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pec2-0.5.1 exe/bin/pssh-askpass
pec2-0.5.0 exe/bin/pssh-askpass
pec2-0.4.1 exe/bin/pssh-askpass
pec2-0.4.0 exe/bin/pssh-askpass