/ Published in: Bash

This bash script uses eLinks (http://www.elinks.cz/) to automatically log into LinkedIn. A great way to keep your profile appearing among those who are active linkedin users.
Expand |
Embed | Plain Text
#!/bin/bash source /home/diggler/.bash_profile /usr/bin/links http://www.linkedin.com & sleep 8 /usr/bin/killall links exit 0
You need to login to post a comment.