Generate all scripts

This commit is contained in:
2019-06-25 23:40:01 +05:30
parent df85912136
commit 650a8b46f5
2 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
{
"defaultMode": "0",
"scriptConfig":{
"general":{
"command":"fastboot"
@@ -7,13 +6,13 @@
"env":[
{
"name":"sh",
"preconfig":"#!/bin/bash",
"preConfig":"#!/bin/bash",
"extension":".sh",
"commentPre":"#"
},
{
"name":"batch",
"preconfig":"@echo off",
"preConfig":"@echo off",
"extension":".bat",
"commentPre":"::"
}]