We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f02c1 commit f0d3ec7Copy full SHA for f0d3ec7
1 file changed
src/u-root.md
@@ -393,7 +393,7 @@ built in. Scripts run via the script command are not persistent.
393
394
A basic hello builtin can be defined on the command line:
395
396
-```
+```sh
397
builtin hello '{ fmt.Printf("Hello\n") }'
398
```
399
@@ -432,7 +432,7 @@ Go fragment and creates a standard shell builtin Go source file which conforms
432
to the builtin pattern. This structure is easy to generate programmatically,
433
building on the techniques used for the script command.
434
435
436
script{ fmt.Printf("%v\n", os.Environ()) }
437
438
0 commit comments