Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

Commit

Permalink
Render dot files whenever they are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Feb 15, 2012
1 parent fd0fc23 commit fcba9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,7 @@ vmware
w
watch 'svn diff'
which make
while IFS= read -r -u 9; do if [[ "$REPLY" =~ .*\.dot$ ]]; then dot -O -Tsvg "$REPLY"; fi; done 9< <(inotifywait -e close_write --format %f -m .)
while IFS= read -r -u 9; do if [[ "$REPLY" =~ .*\.markdown$ ]]; then markdown_page "$REPLY" > "${REPLY%.markdown}.xhtml"; fi; done 9< <(inotifywait -e close_write --format %f -m .)
while IFS= read -r -u 9; do if [[ "$REPLY" =~ .*_test\.rb$ ]]; then rake test; fi; done 9< <(inotifywait -e close_write --format %f -m test/*)
wine --version
Expand Down

0 comments on commit fcba9aa

Please sign in to comment.