mirror of
https://github.com/agresdominik/cheat_sheet.git
synced 2026-04-21 10:01:58 +00:00
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"language/system": [
|
|
{
|
|
"command": "the actual command",
|
|
"desc": "Describe the command here"
|
|
},
|
|
{
|
|
"command": "and add any amount of commands below",
|
|
"desc": "Describe them"
|
|
}
|
|
],
|
|
"different language/system": [
|
|
{
|
|
"command": "the command for a different language",
|
|
"desc": "Describe it"
|
|
}
|
|
]
|
|
}
|