UNPKG

mountar-cli

Version:

Mount your remote SSH servers as folders pretty easy!

8 lines (6 loc) 187 B
const shoutError = require("shout-error"); function windowsInstall() { shoutError("Mountar is not supporting Windows just yet!"); process.exit(1); } module.exports = windowsInstall;