summarylogtreecommitdiffstats
path: root/install.exp
blob: be8d0176442c94e04486b978677ed11cf405340c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/expect -f
log_user 0
spawn [lindex $argv 0] --directory [lindex $argv 1] --noshortcuts
expect "Accept the FreeFileSync license terms?"
send "y\r"
expect "Install FreeFileSync into"
send "y\r"
expect eof