Skip to content

Commit

Permalink
Anotate documentation with bash codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed Feb 24, 2014
1 parent b646c6c commit bd14b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/kickstart/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Print the current operational system name


### Example
```

```bash
$ kickstart.os
Ubuntu
$ kickstart.os
Expand Down
3 changes: 2 additions & 1 deletion docs/kickstart/profile/add_to_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ It will add your file into the appropriate profile.d folder, depending of your O
Then it will add to the proper shell configuration file to source your `file.sh`

### Example
```

```bash
$ kickstart.profile.add_to_profile cabal.sh
```

0 comments on commit bd14b8d

Please sign in to comment.