One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #!/bin/bash | |
| # -------------------------------------------------------------- | |
| # [Author] Masoud Ghorbani (@msudgh) | |
| # [Created] June 8, 2017 | |
| # [Description] Compress the files and exclude the gitignore file lines | |
| # -------------------------------------------------------------- | |
| # Define the source file that represent the files to be exclude | |
| file=.gitignore |
| #!/usr/bin/env bash | |
| # | |
| # react to cec keypresses in the jankiest way possible | |
| # | |
| # Author: Dave Eddy <[email protected]> | |
| # Date: 10/15/2013 | |
| # Licens: MIT | |
| # Tested on: Raspberry pi with libcec compiled from soure | |
| onright() { |