Sublime Forum

Build scripts for bash

#1

I would like to do a ST3 “build” and run command line programs in bash. Using the bash build package works fine.

However, there are a few refinements that I need:

  • I would like to be able to have lines in my script which get fed to a command line app that prompts for them, i.e. sent to stdin. Is that possible?

  • I would like to get a log that intersperses the commands that are sent with the output that comes back from the shell. Instead of just seeing (in the shell window in ST3) the output from the commands, both commands and output.

Are either of these possible? Thanks!

Pito

0 Likes