macOS Automator esegue Expect Script

2

Come faccio a eseguire uno script previsto in macOS Automator?

Come è possibile vedere nell'immagine, non esiste tale opzione

è uno script di tipo:

! / Usr / bin / aspetterebbe

    
posta Leonardo Benicio 01.10.2018 - 19:19
fonte

1 risposta

0

expect può essere chiamato da un'azione di Automator ma deve essere indiretto.

Nell'azione Esegui script shell di Automator, chiama expect con qualcosa del tipo:

#!/bin/sh
expect -f /absolute/path/to/expect/script
    
risposta data 02.10.2018 - 10:25
fonte

Leggi altre domande sui tag