When Strap.app is started, the file
Contents/MacOS/strap.command inside
Strap.app is run in /bin/bash.
The files inside
Strap.app can be inspected with the menu item "Show contents" in the context menu (Right-click).
The file
Contents/MacOS/strap.jar is moved to
$HOME/.StrapAlign.
Inside the Terminal-App Strap can also be installed in the following way:
mkdir -p ~/.StrapAlign
curl -o ~/.StrapAlign/strap.command http://www.bioinformatics.org/strap/install2/strap.sh?$(date +%s)
curl -o ~/.StrapAlign/strap.jar http://www.bioinformatics.org/strap/strap.jar?$(date +%s)
bash ~/.StrapAlign/strap.command