mirror of
https://github.com/tcsenpai/gitget_test.git
synced 2025-06-07 03:05:20 +00:00
15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
{
|
|
"tasks": [
|
|
{
|
|
"type": "pip",
|
|
"usage": "gitest",
|
|
"name": "gitest"
|
|
},
|
|
{
|
|
"type": "python",
|
|
"usage": "python3 standalone.py",
|
|
"name": "standalone.py"
|
|
},
|
|
]
|
|
}
|