#!/usr/bin/perl -w
use strict;
use MIPSIM::Pipeline::Emulator;

MIPSIM::Pipeline::Emulator->new->load_hub->load_class('command')->process(@ARGV);

