Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var isWindows = process.platform.substr(0,3).toUpperCase() == "WIN" ? true : false;
- if(isWindows != true){
- console.log("PLEASE RUN THIS SCRIPT ON WINDOWS OPERATING SYSTEM");
- process.exit();
- }
Advertisement
Add Comment
Please, Sign In to add comment