mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
4 lines
114 B
Bash
4 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ls tests-to-run/test*.sh | perl -pe 's:(.*/(.*)).sh:cp actual-results/$2 wanted-results/$2:' | sh -x
|