#!/bin/sh

dev="$1"
id="$2"
property="$3"

case $property in
    newworld)
	echo newworld
	;;
esac
