#!/bin/bash v() { echo "$@" >&2 "$@" } for A in tweet_nacl.py sodium.py aes.py fernet.py gpg.py; do v python $A test echo done 2>&1