#!/bin/bash case $1 in "generate")lliurex-pki -k ;; "overwrite")lliurex-pki -K ;; *)echo "Unknow option" && exit 1 ;; esac exit 0