I hereby claim:
- I am sohmc on github.
- I am sohmc (https://keybase.io/sohmc) on keybase.
- I have a public key ASAF9wCwTjOb1nA7OUQWJGN6YWfwKlIWhKm7SF4GI9oVfQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
This howto is a TL;DR version of how to do create multiple instances of the same Linux distribution in WSL.
Some reasons why you may want to do this:
Inspired by this out of date post by Hossein, this post combines instructions from two Microsoft documents:
#!/bin/bash | |
if [[ -z $REPO ]]; then | |
read -p "Please provide the hg clone URL: " REPO | |
fi | |
echo "Cloning repository ${REPO}..." | |
hg clone ${REPO} ./gitify | |
cd ./gitify |
@ECHO OFF | |
REM Nautilus Window Fixer | |
REM Version 1.0 | |
REM Michael Soh | |
REM | |
REM This script can be obtained from Michael Soh's gist: | |
REM https://gist.github.com/sohmc/5362b8f80f58abf6e96cec512af0a2be | |
REM | |
REM This script is licensed via the GNU GPL 3.0 |