Created
April 22, 2018 13:39
-
-
Save rightson/a5209ae65c6cac0d097fe9c1750151a9 to your computer and use it in GitHub Desktop.
A shell script to invoke VS Code Insiders from command line (ubuntu)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
nohup /usr/share/code-insiders/code-insiders $* > /dev/null 2>&1 & | |
# rename `code.sh` to `code` and put it to some $PATH (e.g. /usr/local/bin/code) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment