#!/bin/bash

workpath=/usr/share/runX

containerid="$1"

xl destroy $containerid &> /dev/null
