mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
use new script template
This commit is contained in:
File diff suppressed because it is too large
Load Diff
24
.vscode/shellscript.code-snippets
vendored
24
.vscode/shellscript.code-snippets
vendored
@@ -33,18 +33,6 @@
|
|||||||
],
|
],
|
||||||
"description": "Comment block for a function"
|
"description": "Comment block for a function"
|
||||||
},
|
},
|
||||||
"value": {
|
|
||||||
"scope": "shellscript",
|
|
||||||
"prefix": "_",
|
|
||||||
"body": ["\"\\${$0}\""],
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"subshell": {
|
|
||||||
"scope": "shellscript",
|
|
||||||
"prefix": "__",
|
|
||||||
"body": ["\"\\$($0)\""],
|
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"_function_() {}": {
|
"_function_() {}": {
|
||||||
"scope": "shellscript",
|
"scope": "shellscript",
|
||||||
"prefix": "_f",
|
"prefix": "_f",
|
||||||
@@ -68,6 +56,18 @@
|
|||||||
],
|
],
|
||||||
"description": "Add a new function"
|
"description": "Add a new function"
|
||||||
},
|
},
|
||||||
|
"value": {
|
||||||
|
"scope": "shellscript",
|
||||||
|
"prefix": "_",
|
||||||
|
"body": ["\"\\${$0}\""],
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
|
"subshell": {
|
||||||
|
"scope": "shellscript",
|
||||||
|
"prefix": "__",
|
||||||
|
"body": ["\"\\$($0)\""],
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
"while read loop": {
|
"while read loop": {
|
||||||
"scope": "shellscript",
|
"scope": "shellscript",
|
||||||
"prefix": "_w",
|
"prefix": "_w",
|
||||||
|
|||||||
Reference in New Issue
Block a user