mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 08:20:25 +00:00
5 lines
133 B
Bash
5 lines
133 B
Bash
|
|
#!/bin/sh
|
||
|
|
# network device, change as appropriate
|
||
|
|
RESOURCES=`test/resources.sh`
|
||
|
|
test/run.sh test.py $RESOURCES --coverage -pvcw "$@"
|