46:30828f540fe8
Anton Shestakov <engored@ya.ru>, Thu, 04 Sep 2014 03:33:16 +0900
Make screenshots, first version.

next change 48:1af673a1af4d

docs/make-screenshots.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/bash
command -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"
done
clear
echo all done