8 lines
No EOL
196 B
Bash
Executable file
8 lines
No EOL
196 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ -d tests/tmp ]; then
|
|
rm -fR tests/tmp
|
|
fi
|
|
|
|
echo -e "Please insert $(cat tests/keyring/sq/passphrase) as passphrase when required\n"
|
|
cd tests && mkdir tmp && ./sequoia-tests.pl |