Skip to content

Commit 7b65282

Browse files
committed
Section 24: Linking a Project
1 parent a44f72d commit 7b65282

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • 24-Create-Node-JS-Command-Line-Tools/02-list

24-Create-Node-JS-Command-Line-Tools/02-list/index.js

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/env node
2+
// Allow us to run it like an executable
3+
14
const fs = require('fs')
25

36
fs.readdir(process.cwd(), (err, filenames) => {

0 commit comments

Comments
 (0)