From a722d196c465bae07075819a8bdfb9e9376d2651 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Wed, 10 Aug 2011 22:43:05 +0200 Subject: AƱadidos pidevice y hang --- pidevice/open.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 pidevice/open.py (limited to 'pidevice/open.py') diff --git a/pidevice/open.py b/pidevice/open.py new file mode 100755 index 0000000..d75f876 --- /dev/null +++ b/pidevice/open.py @@ -0,0 +1,4 @@ +#!/usr/bin/python2 + +f = open("/dev/pidevice", "r+"); +f.close() -- cgit v1.2.3