Hello Everyone,
I wish I could edit my earlier post, but I can't. The earlier post asks how to make a bash script fill in the password when prompted. I found something that does exactly that: expect.
Expect successfully fills in the password, BUT it breaks something else. Here is the new and improved code, in sync.sh:
Code:
#!/bin/bash
Leave a comment: