Trying to retrieve the output of my shell command, so I assign it to a variable and try to log it via the LogSuccess command.
put shell ("cat login.txt") into myOutput
LogSuccess myOutput
Unfortunately, I don't see anything in the logs or anyway to know that the command was actually sent to the shell. Anyone know what I'm missing?