4 lines
63 B
Bash
4 lines
63 B
Bash
#!/bin/bash
|
|
echo "Running Node.js example..."
|
|
node scrapper.js
|
#!/bin/bash
|
|
echo "Running Node.js example..."
|
|
node scrapper.js
|