Initial commit

This commit is contained in:
NIT_Report
2025-07-15 13:16:51 +09:00
commit 1cc0c43954
51 changed files with 2210 additions and 0 deletions

View File

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