refactor application.yaml to become an os definition #40
This commit is contained in:
4
src/domain/ScriptingLanguage.ts
Normal file
4
src/domain/ScriptingLanguage.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum ScriptingLanguage {
|
||||
batchfile = 0,
|
||||
bash = 1,
|
||||
}
|
||||
Reference in New Issue
Block a user