diff options
Diffstat (limited to 'pidevice/open.py')
-rwxr-xr-x | pidevice/open.py | 4 |
1 files changed, 4 insertions, 0 deletions
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() |