We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I find it difficult to run .bat files on mac. What could be an approach to bash
The text was updated successfully, but these errors were encountered:
Create run.sh with the following #!/bin/bash ./tpp.sh read -p "Enter Endpoint: " endp read -p "Enter Charge Point ID: " cp clear node gir-ocppjs.js start_cp "$endp" "$cp"
Then create a tpp.sh in the same folder #!/bin/bash npm install
make both executable chmod +x install.sh chmod +x run.sh
Now type ./run.sh
and it should run
Sorry, something went wrong.
No branches or pull requests
I find it difficult to run .bat files on mac. What could be an approach to bash
The text was updated successfully, but these errors were encountered: