convert_tests 216 B

12345678
  1. #!/bin/sh
  2. #
  3. # Written 2016 by Tim Ruehsen (tim dot ruehsen at gmx dot de)
  4. #
  5. # Convert test_psl.txt to tests.txt (sed hack)
  6. sed -e "s/checkPublicSuffix('*\([^']*\)'*, '*\([^']*\)'*);/\1 \2/g" test_psl.txt >tests.txt