mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 01:12:42 +01:00
doc: add comment to shell script
This commit is contained in:
parent
4b41bbb4d0
commit
7f39e8c83d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Add each extension to a JSON array and write to file in code-server User dir
|
||||
code-server --list-extensions | jq -R -s 'split("\n") | .[:-1]' > $HOME/.local/share/code-server/User/extensions.json
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue