Created
June 3, 2020 19:02
-
-
Save usuyama/2b664e8b97fee32f7344ad7554f90399 to your computer and use it in GitHub Desktop.
Use screen on Linux on Windows (WSL)
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
mkdir ~/.screen && chmod 700 ~/.screen | |
# Add SCREENDIR environment variable to .bashrc | |
echo 'export SCREENDIR=$HOME/.screen' >> ~/.bashrc | |
# https://codingrandomly.com/2018/07/running-screen-in-wsl/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment