content/generate.sh

9 lines
100 B
Bash

#!/bin/bash
FILE="${1}"
OUTPUT="${2}"
cat ${FILE} | qrencode -s 10 -8 -o "${OUTPUT}"
#-O3 -flto