We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5ebea commit 1f8b7d0Copy full SHA for 1f8b7d0
1 file changed
hello-ocr.sh
@@ -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