Initial commit

This commit is contained in:
Erik C. Thauvin 2023-08-27 09:37:13 -07:00
commit c230f7f979
28 changed files with 1040 additions and 0 deletions

11
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Run Tests",
"request": "launch",
"mainClass": "rife.bld.extension.ExecOperationTest"
}
]
}