summarylogtreecommitdiffstats
path: root/install.exp
diff options
context:
space:
mode:
Diffstat (limited to 'install.exp')
-rwxr-xr-xinstall.exp8
1 files changed, 8 insertions, 0 deletions
diff --git a/install.exp b/install.exp
new file mode 100755
index 000000000000..be8d0176442c
--- /dev/null
+++ b/install.exp
@@ -0,0 +1,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