1#!/bin/sh 2 3METAOUTDIR=meta-out 4 5rm -fr ${METAOUTDIR} 6mkdir ${METAOUTDIR} 7tar xvf meta.tar -C ${METAOUTDIR} 8 9