#!/bin/bash # Launch system image out of build directory. cd build/system-image-"$1" && ./run-emulator.sh (CommandList children: [ (AndOr children: [(C {(cd)} {(build/system-image-) (DQ ($ VSub_Number "$1"))}) (C {(./run-emulator.sh)})] op_id: Op_DAmp ) ] )