Guest User

Untitled

a guest
Feb 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. #website 1
  3. chromium-browser
  4. xdotool type http://google.com
  5. xdotool key --delay 2000 'Return'
  6. xdotool key 'ctrl+Tab'
  7.  
  8. #website 2
  9. xdotool type http://stackexchange.com
  10. xdotool key --delay 2000 'Return'
Add Comment
Please, Sign In to add comment