Guest User

Untitled

a guest
Oct 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. mount UUID=a91156c3-1f06-40b8-a6b4-fb15391b033d /video_storage
  2. exit 0
  3.  
  4. mount
  5. U
  6. Uexit
  7. I
  8. D
  9. =a91156c3-1f06-40b8-a6b4-fb15391b033d /video
  10. _0
  11. storage
  12.  
  13. pyautogui.typewrite('mount UUID=' + UUID + ' /video_storage')
  14.  
  15. pyautogui.typewrite('mount ')
  16. pyautogui.keyDown('shift')
  17. pyautogui.typewrite('uuid')
  18. pyautogui.keyUp('shift')
Add Comment
Please, Sign In to add comment