Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any example on how to run JavaScript code with additional files and run script ? #1

Open
Re1nGer opened this issue Feb 18, 2024 · 1 comment

Comments

@Re1nGer
Copy link

Re1nGer commented Feb 18, 2024

I see there's an example on how to run javascript multi file client side, but could you also indicate how to run it together with bash script in run file? There are examples on how to do it for python and Java

@Maksclub
Copy link

Maksclub commented Sep 27, 2024

files:
- run
- index.js
  • run
#!/bin/bash
/usr/local/node-12.14.0/bin/node index.js
  • index.js
console.log(1234)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants