You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2023. It is now read-only.
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?
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:
and make sure it created install the binaries we were expecting it to?
Thanks,
Darío