nodecloud-cli
Version:
This CLI is used for the nodecloud possibiliting make everthing remotely!
9 lines (8 loc) • 367 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.openTXTFile = void 0;
// Selling this product is not allowed.
const openTXTFile = async (path) => {
// only opens the notepad and the log file created! No touch here if you don't know how this works!!!!!!! Thank u! Have nice modifications!
};
exports.openTXTFile = openTXTFile;
;