Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| #!/bin/bash | |
| # vi: ts=4:sw=4:et | |
| # | |
| # NINETEEN.SH | |
| # This script allows you to install/update Enlightenment 19 git version on | |
| # Ubuntu 14.04 LTS or Debian wheezy/sid, or remove E19 git from your system. | |
| # Originally from: http://ubuntuforums.org/showthread.php?t=2203190 | |
| # By: Philippe J. Guillaumie (batden AT sfr DOT fr). | |
| # Additional updates by: Bryan Hundven (bryanhundven AT gmail DOT com). | |
| # |
| #!/bin/bash | |
| # A modification of Marco Arment's script at | |
| # | |
| # https://gist.github.com/3783146 | |
| # | |
| # It's intended to be run once a day as a cron job. The main | |
| # differences between it and Marco's script are: | |
| # | |
| # 1. It checks two feeds instead of just one. |