6 lines
73 B
Bash
6 lines
73 B
Bash
|
#!/bin/bash -eu
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
|
||
|
./test.bash -tags without_openssl
|