user=`whoami`
read -p `firstname`", type YES to irreversibly kill your dairy: " YES
if [ "$YES" = "YES" ]; then
	rm -rf ~/www/diary/
	echo "drop database ${user}_s9y" | psql postgres
	echo "killed"
else
	echo "not killed"
fi
