Skip to content

Commit

Permalink
Add bash config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Kearl committed Nov 16, 2020
1 parent d52b60f commit 3dd9b1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
"-c",
"${code}"
]
],
"bash": [
"bash",
[
"-c",
"${code}"
]
]
},
"description": "Mapping from cell language identifiers to the commands that should be invoked to execute code in that languge, along with the arguments that should be passed to those commands.",
Expand Down

0 comments on commit 3dd9b1d

Please sign in to comment.