#!/bin/sh
echo -n "Enter a command: "
read command
$command
echo "I'm done. Thanks"
