# # http://leederville.net/gb/weechat/git-alias.txt # nz git => /exec -sw -name gitbuild -n -sh cd ~/src/weechat/build && git pull && ding >>/dev/null 2>%1 && o git pull finished && sleep 300 && make clean && touch CMakeCache.txt && rm CMakeCache.txt && time make -j 2 install && o git build completed successfully || o git build failed && date # too add the following to weechat type /alias git git pull finished && sleep 300 && make clean && rm CMakeCache.txt && time make -j 2 install && o git build completed successfully || o git bUild failed && date this alias requires my special source(o shell script to fifo stuff back into weechat) and weechat to already have been git cloned into ~/src/weechat. tell gb on #weechat if you have any possible improvements/additions. i got sick of cut/pasting this from my dev session into my stable session.