This commit is contained in:
2019-06-25 22:44:22 +05:30
parent f18556b728
commit 8cec866de1
3 changed files with 100 additions and 0 deletions

23
settings.json Normal file
View File

@@ -0,0 +1,23 @@
{
"defaultMode": "0",
"scriptConfig":{
"general":{
"command":"fastboot"
},
"env":[
{
"name":"sh",
"preconfig":"#!/bin/bash",
"extension":".sh",
"commentPre":"#"
},
{
"name":"batch",
"preconfig":"@echo off",
"extension":".bat",
"commentPre":"::"
}]
},
"fileName":"servicefile.xml",
"serviceScript": "serviceScript"
}