public
Description: my blogging engine - sinatra + yaml
Homepage: http://yapok.org/
Clone URL: git://github.com/madx/honk.git
Click here to lend your support to: honk and make a donation at www.pledgie.com !
honk / run_specs
100755 11 lines (8 sloc) 0.226 kb
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
 
if [ -z "$*" ]; then
log=`/home/madx/repos/other/bacon/bin/bacon spec/*_spec.rb`
else
log=`/home/madx/repos/other/bacon/bin/bacon $@`
fi
 
echo "$log"
echo "---------------------------------------------------"