save_and_open_page
have_button(locator)| #!/bin/bash | |
| ssh-keygen -t rsa -N "" -C travis -f ./travis_key | |
| # i only tested the encrypting on Linux. | |
| # on mac you need gsplit instead of split, but the rest should be mostly the same | |
| # | |
| # decryption works on both linux and mac travis-workers | |
| echo "encrypt private" |