Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.40.13
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
is-wsl /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
426
B
-rw-r--r--
2017-04-17 05:37
license
1.09
KB
-rw-r--r--
2016-10-25 18:45
package.json
1.54
KB
-rw-r--r--
2021-02-04 21:24
readme.md
603
B
-rw-r--r--
2017-04-16 08:51
Save
Rename
# is-wsl [](https://travis-ci.org/sindresorhus/is-wsl) > Check if the process is running inside [Windows Subsystem for Linux](https://msdn.microsoft.com/commandline/wsl/about) (Bash on Windows) Can be useful if you need to work around unimplemented or buggy features in WSL. ## Install ``` $ npm install --save is-wsl ``` ## Usage ```js const isWsl = require('is-wsl'); // When running inside Windows Subsystem for Linux console.log(isWsl); //=> true ``` ## License MIT © [Sindre Sorhus](https://sindresorhus.com)