irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

tests_parallel.sh (84B)


      1 #!/bin/bash
      2 
      3 ls test/*.sh | grep -v track.sh | cut -d/ -f2 | parallel ./runtest.sh
      4