clean slate for pyrois

This commit is contained in:
phanes
2023-02-18 20:02:03 -05:00
parent 25f4bcba54
commit 536ae16532
22 changed files with 366 additions and 98 deletions

View File

@@ -0,0 +1,16 @@
{
"shells": [
{
"name": "bash",
"path": "/usr/bin/bash",
"execution_arg": "-c",
"source_cmd": "source"
},
{
"name": "ksh",
"path": "/usr/bin/ksh",
"execution_arg": "-c",
"source_cmd": "source"
}
]
}