learning/learning.sh
2022-12-10 20:44:12 -06:00

6 lines
65 B
Bash
Executable File

#!/bin/sh
HW="Hello, World!"
printf "Jello %s\n" "$HW"
exit 0