serve/ex-server.sh

6 lines
69 B
Bash
Executable File

#!/bin/sh
printf "what's your name? "
read name
echo "hello $name!"