diff --git a/hello-ocr.sh b/hello-ocr.sh new file mode 100644 index 0000000..6031075 --- /dev/null +++ b/hello-ocr.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# throwaway file to smoke-test OpenCodeReview (safe to delete) +greet() { + name=$1 + echo Hello $name +} +greet $USER