Skip to content

Instantly share code, notes, and snippets.

@sean-kang
Last active December 14, 2015 15:19
Show Gist options
  • Select an option

  • Save sean-kang/5107016 to your computer and use it in GitHub Desktop.

Select an option

Save sean-kang/5107016 to your computer and use it in GitHub Desktop.
It is to practice presentation.
#!/bin/bash
for i in $(seq 1 20); do
echo slide $i
sleep 15
xdotool click 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment