some bash scripts

Some functions that I think are convenient for writing c.

bash_funcs_to_compile_c


script to add #!/bin/bash to the first line of the file when you first create it. This might just seem lazy, but if it isn't there vim doesn't know to treat it like a bash script.

bashfile


Play episodes one after another in a season, keeping track of where you are. It's lame but I love this thing.

season player continuous:spc

Tool for spc, to easily go back one episode.

(should really just be an arg option, but whatever...)

spc_previous


A different way of playing episodes and keeping track of them, using select:

play_episode


Not really bash scripts, but related:

.my_bashrc
.my_vimrc