Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
#!/bin/sh
# This file:
#   (find-angg "live-build/install1")
#   /tmp/pen3/install1

# Unpack edrx.tgz and install other things ("edrx2.tgz") from the 3rd
# partition of a pen drive built with live-build. See:
#
#   (find-es "live" "live-build-partition-3")
#   (find-es "live" "live-build-partition-3" "edrx2.tgz")

tar -C ~ -xvzf /tmp/pen3/edrx.tgz
tar -C ~ -xvzf /tmp/pen3/edrx2.tgz
cd
./run-zsh
# ae