2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-07 09:20:22 +00:00
cheat.sheets/README.md

22 lines
469 B
Markdown
Raw Normal View History

2017-05-07 21:38:41 +00:00
# cheat.sheets
2017-05-08 20:33:58 +00:00
Own cheat sheets repository of the *cheat.sh*.
If you want to add a cheat sheet to cheat.sh directly,
add it here (please also consider adding your cheat sheet
to one of the upstream repositories).
When adding a cheat sheet please use the following format:
```
# Command1 description
# started with some comments
# and followed with a command example/switches
command1
# Command2 description
# Each block separated with an empty line
command2
```