mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-07 09:20:22 +00:00
22 lines
469 B
Markdown
22 lines
469 B
Markdown
# cheat.sheets
|
|
|
|
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
|
|
```
|
|
|