Skip to content

Instantly share code, notes, and snippets.

@darrik
Created April 10, 2014 12:29
Show Gist options
  • Select an option

  • Save darrik/10376737 to your computer and use it in GitHub Desktop.

Select an option

Save darrik/10376737 to your computer and use it in GitHub Desktop.
Stop SSR recording
#!/bin/bash
export DISPLAY=:0
# Pause recording
xdotool mousemove --sync 311 56
xdotool click 1
sleep 2
# Save recording
xdotool mousemove --sync 494 749
xdotool click 1
## sleep 3h && ~/bin/stop-ssr.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment