1
0
Fork 0
mirror of synced 2024-06-03 07:51:09 -04:00

Remove mkdir command examples in favour of new create directive examples.

This commit is contained in:
Jesse Leite 2019-10-06 18:46:46 -04:00
parent 85c62c8d88
commit 83c324cb1f

View file

@ -267,8 +267,8 @@ command itself.
```yaml
- shell:
- mkdir -p ~/src
- [mkdir -p ~/downloads, Creating downloads directory]
- chsh -s $(which zsh)
- [chsh -s $(which zsh), Making zsh the default shell]
-
command: read var && echo Your variable is $var
stdin: true