macsehw/hardware/packaging/mac128k/get_ref_imgs.sh
Andrew Makousky 51079f4598 Retrieve Mac 128K reference photos from Git branch.
The old Google Drive method of retrieving these images has been
abandoned due to the need to move from one Google account to
another, so I decided to keep things slim in this repository for
simplicity.
2024-05-27 19:26:17 -05:00

11 lines
434 B
Bash
Executable File

#! /bin/sh
# Use a shell script to download a larger PNG image. GitHub has
# bandwidth limits, so let's try to keep away from those as much as
# possible.
# Get the Macintosh 128k box reference images, transformed from angled
# photos sourced from a probably now-expired Ebay listing.
git show images:hardware/packaging/mac128k/front_face.jpg >front_face.jpg
git show images:hardware/packaging/mac128k/side_face.jpg >side_face.jpg