Skip to Content

bash

Posted on  by  from the site Ninja Verification
In software design, a continuous integration system is a system for compiling and testing code on a continuous basis. When a build fails, the code is rejected and the owner notified. When the code is good (compiles okay and sanity tests pass), the code is accepted and is made available for distributing to the development [...]
Martin d'Anjou
Posted on  by  from the site Ninja Verification
A way to solve this problem, which I presented in a previous post, was found with the help from the gurus on #bash. The easy way to make this work is to save the arguments to a file, one per line, and read them back at the other end. Using bash syntax for arrays "${a[@]}” [...]
Martin d'Anjou
Syndicate content