#!/bin/bash set -eu DIR=$(dirname $0) COOKIE=$DIR/cookie.txt python3 "$DIR/chrome_cookies_decrypt.py" > "$COOKIE" head "$COOKIE" echo update...done