CodePadawans / ataru

MIT License
37 stars 3 forks source link

Can we use ataru to test bash code? #79

Open dariocravero opened 9 years ago

dariocravero commented 9 years ago

Hi all,

I was wondering if it's possible to use ataru to run and test bash code. I know that the main focus is on Ruby code now but would it be feasible at some point to test something like:

wget -O gem_home-0.1.0.tar.gz https://github.com/postmodern/gem_home/archive/v0.1.0.tar.gz
tar -xzvf gem_home-0.1.0.tar.gz
cd gem_home-0.1.0/
sudo make install

and make sure it created install the binaries we were expecting it to?

Thanks, Darío