diff --git a/hello-ocr.sh b/hello-ocr.sh new file mode 100644 index 0000000..7d51f8b --- /dev/null +++ b/hello-ocr.sh @@ -0,0 +1,6 @@ +#!/bin/bash +greet() { + name=$1 + echo Hello $name +} +greet $USER