You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
1008 B

Index: node_modules/mosca/bin/mosca
--- node_modules/mosca/bin/mosca.orig 2015-08-24 21:04:55.000000000 +0200
+++ node_modules/mosca/bin/mosca 2016-03-20 00:29:42.832665203 +0100
@@ -1,21 +1,5 @@
#! /usr/bin/env node
-var ascii = "" +
-" +++.+++: ,+++ +++; '+++ +++. \n" +
-" ++.+++.++ ++.++ ++,'+ `+',++ ++,++ \n" +
-" +` +, +: .+ .+ +; +; '+ '+ +` +` \n" +
-" +` +. +: ,+ `+ ++ +; '+ ;+ + +. \n" +
-" +` +. +: ,+ `+ +' '+ + +. \n" +
-" +` +. +: ,+ `+ :+. '+ +++++. \n" +
-" +` +. +: ,+ `+ ++ '+ +++++. \n" +
-" +` +. +: ,+ `+ ++ '+ + +. \n" +
-" +` +. +: ,+ `+ +: +: '+ ;+ + +. \n" +
-" +` +. +: .+ .+ +; +; '+ '+ + +. \n" +
-" +` +. +: ++;++ ++'++ ++'+' + +. \n" +
-" +` +. +: +++ +++. ,++' + +. ";
-
-console.log(ascii);
-
require("../lib/cli")(process.argv, function(err) {
if (err) {
console.log(err);