A useful shortcut for working on documents with build processes
Thursday, June 17th, 2010 17:56$ cat ~/bin/maken
#!/bin/sh # Make files and view the results. make "$@" && open "$@"
UPDATE: Turns out I posted this previously, with further thoughts: Avoiding repeating myself (on the command line).