Permissions: -rwxr-xr-x
#!/bin/bashcommand -v import &>/dev/null || { echo "this needs imagemagick's import command"; exit 1; }cd "$(dirname "${BASH_SOURCE[0]}")"for what in 'exit' venv hg git ; do clear grep -v '^\s*\(#\|$\)' "./prompt-session-${what}.sh" | bash -i import -window $WINDOWID "./prompt-${what}.png"doneclearecho all done