#!/bin/sh

# Short-hand shell script to start Riscy Pygness.
# Edit this for the chip, serial port, etc. that you are using.
# The name "r" is short for "riscy" or "Riscy Pygness".
# Run it with
#   ./r

./riscy.tcl -image kernel-lpc2103 -port /dev/ttyS0
