Przeglądaj źródła

removed script header

Gildas 5 lat temu
rodzic
commit
c9d3939e0a
1 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 3
      cli/singlefile-cli-api.js

+ 1 - 3
cli/singlefile-cli-api.js

@@ -1,5 +1,3 @@
-#!/usr/bin/env node
-
 /*
  * Copyright 2010-2020 Gildas Lormeau
  * contact : gildas.lormeau <at> gmail.com
@@ -204,4 +202,4 @@ function getFilename(filename, index = 1) {
 
 function escapeRegExp(string) {
 	return string.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
-}
+}