#!/bin/sh
echo -n 'type to delete:'
read N
dlty $N
rm /dev/$N
