ncc/tests/example_project/scripts/unit.bash

3 lines
76 B
Bash
Raw Permalink Normal View History

2022-12-07 21:17:25 -05:00
echo "Hello World!"
read -r -p "What is your name? " name
2022-12-07 21:17:25 -05:00
echo "Hello $name"