18 lines
198 B
Bash
18 lines
198 B
Bash
#! /usr/bin/env bash
|
|
|
|
FILE=`cat <<EOF
|
|
{
|
|
"language": "",
|
|
"name": "",
|
|
"description": "",
|
|
"output": {
|
|
"type": "screenshot | text",
|
|
"content": ""
|
|
},
|
|
"note": ""
|
|
}
|
|
EOF
|
|
`
|
|
|
|
echo "$FILE"
|