#!/bin/bash
# ************************************************************
# *
# * Name: INS0090
# *
# * Desc: Save the current system into snapshot # 03
# *
# ************************************************************
PATH=../hercules:${PATH}
THISDIR=`pwd`
cd ..
GENDIR=`pwd`
cd ${THISDIR}

bash writsnap 03
