Generate all scripts
This commit is contained in:
@@ -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":"::"
|
||||
}]
|
||||
|
Reference in New Issue
Block a user