Files
information-processing-1_12…/script/generate-program-info.bash
2025-07-03 09:08:23 +09:00

18 lines
198 B
Bash

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