multiparty-encryption/generate.sh
2023-01-17 22:27:49 -05:00

10 lines
168 B
Bash
Executable File

#!/bin/bash
awk '/openpgp.min.js/ {
print "<script>"
while(getline < "openpgp.min.js") { print; }
print "</script>";
next;
}
{print}' < source.html > index.html