notes/scripts/node_script.sh
2022-06-09 12:59:03 -07:00

6 lines
115 B
Bash
Executable file

#!/bin/node
console.log('THIS IS FROM NODE DIRECTLY!')
//#!/bin/bash
//node >>> 'console.log("HELLO FROM NODE")'