I have the following expect script that copies a nightly tar archive to another server using scp. Code: #!/usr/bin/expect -f set date [read -nonewline stdin] set file ...
I'm automating update via jigdo of debian sarge images that I burn and sell. Debian sarge isn't being updated at the moment (rc3 freeze) - so I thought it would be a good time to automate it all so ...