11 lines
289 B
Bash
Executable file
11 lines
289 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd oqs-template
|
|
|
|
rm generate.yml
|
|
|
|
# Step 1: Obtain current generate.yml from main:
|
|
wget -c https://raw.githubusercontent.com/open-quantum-safe/openssl/OQS-OpenSSL_1_1_1-stable/oqs-template/generate.yml
|
|
|
|
# Step 2: Run the generator:
|
|
cd .. && python3 oqs-template/generate.py
|