Skip to content

Commit 8ed5e3d

Browse files
revert Julia shell demo to original
1 parent 8facc8e commit 8ed5e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/software_engineering/tools_editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ A few other features of the REPL include,
267267
Hitting `;` brings you into shell mode, which lets you run bash commands (PowerShell on Windows)
268268

269269
```{code-block} none
270-
; dir
270+
; pwd
271271
```
272272

273273
In addition, `?` will bring you into help mode.

0 commit comments

Comments
 (0)