Skip to content

Commit f0d3ec7

Browse files
committed
u-root: specify language for code blocks
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent b0f02c1 commit f0d3ec7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/u-root.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ built in. Scripts run via the script command are not persistent.
393393

394394
A basic hello builtin can be defined on the command line:
395395

396-
```
396+
```sh
397397
builtin hello '{ fmt.Printf("Hello\n") }'
398398
```
399399

@@ -432,7 +432,7 @@ Go fragment and creates a standard shell builtin Go source file which conforms
432432
to the builtin pattern. This structure is easy to generate programmatically,
433433
building on the techniques used for the script command.
434434

435-
```
435+
```sh
436436
script{ fmt.Printf("%v\n", os.Environ()) }
437437
```
438438

0 commit comments

Comments
 (0)