blob: 6d730aae34e60a388bdc6f486f7820234d36b23d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
set -e
path='taurinus/qc/test-bench/testbench-proteanos.sh'
wget -O /tmp/testbench "http://product-files.libiquity.com/${path}"
chmod a+x /tmp/testbench
exec /tmp/testbench
|