talleres-bash/taller1/scripts/04.sh

4 lines
47 B
Bash
Executable File

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