diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-12-21 20:19:34 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-12-21 20:19:34 +0100 |
commit | 7258d34ab4d1b1f55c3b52944a0b5264111ad3a2 (patch) | |
tree | b913be252f4d82ee18d20ffa9c1f84c78b9772f6 /skype/client.sh | |
parent | 56ae398cc2d137b669a6ef13f4a5969a9d92b70f (diff) |
replace client.py with client.sh which provides more interactivity
Diffstat (limited to 'skype/client.sh')
-rw-r--r-- | skype/client.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skype/client.sh b/skype/client.sh new file mode 100644 index 00000000..7d7689a8 --- /dev/null +++ b/skype/client.sh @@ -0,0 +1 @@ +openssl s_client -host localhost -port 2727 -verify 0 |