execute shell command via preprocessor?
#129
Closed
opened 3 years ago by femtomc
·
0 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
I have some code which calls out to graphviz
then I want to execute a shell command, so I try to use
system
. However, this doesn't execute (even if I try to sequence, and return proper syntax.Is there some way to do this?
Edit: I forgot to include
racket/system
into this file. However, I tried to get around the fact that I get a malformed X-expression:this doesn't work, however.
Edit2: fixed.
works!