Daily auto-commit 2025-08-08T14:31:25UTC @ bjarte
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
// "base_keymap": "Atom", // default is VSCode, TODO: try to switch
|
||||
"ssh_connections": [
|
||||
{
|
||||
"host": "rocm.pbsds.net",
|
||||
"host": "rocm",
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["~/ntnu/ifield"]
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
},
|
||||
"read-array": {
|
||||
"prefix": "read-array",
|
||||
// "body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} < <( ${4:CMD} )$0",
|
||||
// "body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} <${5: <( ${4:CMD} )}$0",
|
||||
"body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} <<<\"\\$( ${4:CMD} )\"$0",
|
||||
"description": "Bash snippet 'read-array'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user