--- a/docs/make-screenshots.sh Thu Sep 04 15:40:10 2014 +0900
+++ b/docs/make-screenshots.sh Thu Sep 04 16:09:14 2014 +0900
cd "$(dirname "${BASH_SOURCE[0]}")"
-for what in 'exit' venv hg git ; do
+for what in 'exit' venv hg git root ; do
grep -v '^\s*\(#\|$\)' "./prompt-session-${what}.sh" | bash -i
--- a/docs/prompt-session-exit.sh Thu Sep 04 15:40:10 2014 +0900
+++ b/docs/prompt-session-exit.sh Thu Sep 04 16:09:14 2014 +0900
kill -INT "$$" # the same as ^C
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/prompt-session-root.sh Thu Sep 04 16:09:14 2014 +0900
+# paste this into an interactive shell
--- a/docs/prompt-session-venv.sh Thu Sep 04 15:40:10 2014 +0900
+++ b/docs/prompt-session-venv.sh Thu Sep 04 16:09:14 2014 +0900
cd "$(mktemp -d)" && virtualenv venv && cd venv