Initial commit
This commit is contained in:
17
script/generate-program-info.bash
Normal file
17
script/generate-program-info.bash
Normal file
@@ -0,0 +1,17 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
FILE=`cat <<EOF
|
||||
{
|
||||
"language": "",
|
||||
"name": "",
|
||||
"description": "",
|
||||
"output": {
|
||||
"type": "screenshot | text",
|
||||
"content": ""
|
||||
},
|
||||
"note": ""
|
||||
}
|
||||
EOF
|
||||
`
|
||||
|
||||
echo "$FILE"
|
||||
Reference in New Issue
Block a user