summarylogtreecommitdiffstats
path: root/canabalt.sh
blob: e0cd121ed53fac70a90a307c61536f92e9a7b725 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

if [ -x /usr/bin/xdotool ] && [ "$1" = "" ]; then
	# Automatically maximize game window if `xdotool` is installed. Use `Alt+F4` to exit.
	xdotool sleep 2 search --name "Adobe Flash Player" windowactivate key Escape &
fi

flashplayer /opt/canabalt/canabalt.swf > /dev/null 2> /dev/null