ソースを参照

nodejs/hello: add #!/bin/bash to shell script

Manfred Kroehnert 13 年 前
親
コミット
4d0fcdbf37
1 ファイル変更、1 行追加、0 行削除
  1. 1 0
      nodejs/hello/hello

+ 1 - 0
nodejs/hello/hello

@@ -1 +1,2 @@
+#!/bin/bash
 node Program.js $@