comment
This commit is contained in:
parent
9e18cd28ad
commit
0584e096d1
2 changed files with 18 additions and 0 deletions
|
@ -202,6 +202,7 @@ retrieve' serial src dest =
|
|||
showOutput -- make way for adb pull output
|
||||
liftIO $ boolSystem "adb" $ mkAdbCommand serial
|
||||
[ Param "pull"
|
||||
, Param "-a"
|
||||
, File $ fromAndroidPath src
|
||||
, File dest
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue