This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
MAX=200 # maximum wait between frames | |
DELAY=0.2 # speed things up a bit | |
TIMING=$1 | |
SCRIPT=$2 | |
W=$WINDOWID # Note: not alway present. Terminator not, xterm it is. | |