Executing bash script within tea #929
Closed
tomvonheill
started this conversation in
General
Replies: 1 comment
-
just needed to do a type assertation
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been having trouble executing a bash script within tea. My use case is having a list of scripts to execute, selecting that script and then running that command and executing.
I've tried init, but it seems that only runs at the very beginning of the cycle.
I've also tried grabbing the model output after the program returns, but the model isn't passed by reference so its just the initial values.
Whats the best way to just execute a command line script after making a choice in tea?
I'm trying to use this outputModel which i think should have the attributes i need on it, but i'm getting type errors when attempting to access them. The log of the output model is as follows
Beta Was this translation helpful? Give feedback.
All reactions