This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # weblogin.sh [-k] url | |
| # k=keep, use in scripts to avoid re-logging in each time | |
| # Make sure to delete the cookiejar!! it allows people to impersonate you | |
| # Unless you use the -k option, it will be deleted after the script runs | |
| # Take the usual precautions if you have the pennkey/password in this file. | |
| # (i.e., chmod 700 weblogin.sh) |