#!/bin/bash
full_name=$(readlink -f $0)
dir_name=$(dirname $full_name)
#echo $dir_name
if [ "$1" == "list" ]; then
cat $dir_name/data/list.txt
fi
if [ "$1" == "destroy" ]; then
echo $@