ソースを参照

[fix] Change shebang for Node

jherve 1 年間 前
コミット
847cf4a5ef
1 ファイル変更1 行追加1 行削除
  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");