#!/bin/bash
#
# magnetic-picviewer (part of magnetic-2.2-vw1)
#
# A wrapper script  to view the pictures of  Magnetic Scrolls games in
# an external viewer.
# Each picture will be  written to /tmp/mspic.raw when the interpreter
# would normaly  display it, and can be  viewed with any  image viewer
# that is capable of reading raw bitmap image data.
#
# Valerie Winter

# if you have this one, you're lucky:
xv /tmp/mspic.raw &

