Add initial version of dijkstra backend cloudron image

This commit is contained in:
2020-10-12 11:27:15 +02:00
commit 4f5db9ab26
4209 changed files with 448228 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
var safe = require('../');
var regex = process.argv.slice(2).join(' ');
console.log(safe(regex));