Tagged Questions
1
vote
2answers
177 views
Automate creation of an at job using expect
I am trying to write a script that will take time and process-name and pass them to at to schedule the job. I cannot send the EOT.
#! /usr/bin/expect
# Usage: setupkill.exp time process.
...