Skip to content

Commit 300e148

Browse files
committed
Added shebang
1 parent 888ccc5 commit 300e148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Compiler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import * as ts from "typescript";
24
import {readFileSync,writeFileSync} from "fs";
35

0 commit comments

Comments
 (0)