4 lines
47 B
Bash
Executable File

#!/bin/bash
greeting=$1
echo "Hello $greeting"