#!/bin/sh # https://gist.github.com/msanders/57837aaf6f7da30dcc1eb0bdf6b0b733 # License: MIT set -o errexit -o nounset SCRIPT_NAME="$(basename "$0")" show_usage() { cat < Restore cookie exceptions for Firefox profile from a newline-separated list of domain names. Any exceptions stored in the profile that are not included in the backup will be removed. USAGE } sql_insertion_statement() ( dbpath="$1" origin="$2" mtime="$3" cat <