Skip to content

Instantly share code, notes, and snippets.

View Atharv-Pathak-14's full-sized avatar
🎯
Building my website

Atharv Pathak Atharv-Pathak-14

🎯
Building my website
View GitHub Profile
@Atharv-Pathak-14
Atharv-Pathak-14 / init.sh
Created July 27, 2021 03:19 — forked from SilentJungle399/init.sh
Run an instance of Visual Studio Code on any cloud platform
if [[ ! -d code-server-3.9.3-linux-amd64 ]]
then
wget https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.9.3-linux-amd64.tar.gz
tar xvzf code-server-3.9.3-linux-amd64.tar.gz
fi
cd code-server-3.9.3-linux-amd64/bin
# ./code-server --install-extension extension.id