mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +01:00
16 lines
171 B
JSON
16 lines
171 B
JSON
|
|
{
|
||
|
|
"version": 1,
|
||
|
|
"width": 100,
|
||
|
|
"height": 50,
|
||
|
|
"env": {
|
||
|
|
"SHELL": "/bin/bash",
|
||
|
|
"TERM": null
|
||
|
|
},
|
||
|
|
"stdout": [
|
||
|
|
[
|
||
|
|
1.230000,
|
||
|
|
"hello"
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|