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

Question: How to execute system commands in Chaos? #55

Open
ghost opened this issue Aug 11, 2020 · 1 comment
Open

Question: How to execute system commands in Chaos? #55

ghost opened this issue Aug 11, 2020 · 1 comment
Labels
feature request New feature or request question Further information is requested

Comments

@ghost
Copy link

ghost commented Aug 11, 2020

@mertyildiran @melihs

I tried something like in python:

import os
os.system("ls")

But in Chaos this does not works. How can I execute system commands from Chaos script?

Thanks!

@mertyildiran
Copy link
Member

@lewek it's not implemented yet and when it's implemented, it will be not directly implemented into this repository but rather it will be a function in an official Chaos spell. Please check out an example that has a str type parameter such as this.

@mertyildiran mertyildiran added the feature request New feature or request label Aug 11, 2020
@mertyildiran mertyildiran added the question Further information is requested label Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant