Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/env node
  2.  
  3. const shell = require("shelljs")
  4.  
  5. const run = async () => {
  6. console.log(shell.ls())
  7. }
  8.  
  9. run()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement