boltblog

ShellShock – a Bash 3 / Bash 4 spaceshooter!

Posted on March 26, 2012

My weekend project: A top-down space shooter in Bash
Note: Bash is SLOW. This requires an Intel Core Solo or better to run well.
Comments welcome.

Link: http://www.dhampir.no/stuff/bash/shellshock.bash

Filed under: Linux 2 Comments

Adding http:// back to the URL bar in Firefox

Posted on March 12, 2012

ghacks.net has an excellent article on how to do this. I archived it here.

Parse long options in bash scripts

Posted on March 7, 2012

geirha in #bash on irc.freenode.net had this solution, which I rather liked and wanted to keep for later use:

hybrid_getopts.bash

Filed under: Linux, Reference No Comments