Jump to content

Multiple Terminal Commands?


slyfox

Recommended Posts

How do I create a workflow that will pass multiple commands to the terminal with a pause in between?

 

I am trying to simulate the following:

 

  1. Open terminal
  2. ssh nuc@192.168.1.3
  3. Insert password
  4. Press return to submit password

 

I tried the following workflow:

 

keywords to open a terminal and enter

ssh nuc@192.168.1.3 && sleep 2 && password && yes

Alfred ends up entering everything as a single line

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...