Bash allows for basic lookup table (associative arrays) to be created. While this aspect is not very well known, it is powerful enough to build some simple test framework. Continue reading “Simple test framework in Bash”
Tag: script
MS-DOS parameterized batch script
Although not as powerful as a Bash scripts, yet it is possible to craft quite involved scripts in MS-DOS. This is especially important as, believe it or not 😉 most of the world PC’s are powered by some Windows version, so enter the underlying MS-DOS.