├── .gitignore ├── LICENSE ├── README.md └── trafficlights.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bash-traffic-lights-pi/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bash-traffic-lights-pi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bash-traffic-lights-pi/HEAD/README.md -------------------------------------------------------------------------------- /trafficlights.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonprickett/bash-traffic-lights-pi/HEAD/trafficlights.sh --------------------------------------------------------------------------------