#!/usr/local/bin/expect -f
# Password change shell script, tested on Linux and FreeBSD
# ———————————-
# It need expect tool. If you are using Linux use following command
# to install expect
# apt-get install expect
# FreeBSD user can use ports or following command:
# pkg_add -r -v expect
# ———————————-
# If you are using linux change first line
# From:
#!/usr/local/bin/expect -f
# To:
#!/usr/bin/expect -f
# [...]
{ 9 comments }