Sfoglia il codice sorgente

[fix] Change shebang for Node

jherve 1 anno fa
parent
commit
847cf4a5ef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      to_pdf.js

+ 1 - 1
to_pdf.js

@@ -1,4 +1,4 @@
-#!/usr/bin/node
+#!/usr/bin/env node
 
 const fs = require("fs");
 const path = require("path");