#!/bin/bash

echo "enter something"
read something

echo "\$something: $something"

cp * play
echo "chocolate!"