Skip to content

Commit 1f8b7d0

Browse files
committed
test: ocr smoke test (throwaway)
1 parent fd5ebea commit 1f8b7d0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

hello-ocr.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
# throwaway file to smoke-test OpenCodeReview (safe to delete)
3+
greet() {
4+
name=$1
5+
echo Hello $name
6+
}
7+
greet $USER

0 commit comments

Comments
 (0)