#!/bin/sh
$1=test

if $#=1
then
	mkdir $1
	echo $1
fi