Created
November 13, 2010 21:55
-
-
Save nu7hatch/675683 to your computer and use it in GitHub Desktop.
Quick connect + authorize to irc.freenode.org
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/bash | |
stty -echo | |
read -p "Password: " passw | |
stty echo | |
irssi -c irc.freenode.org -n nu7hatch -w $passw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
might want to hide this from the public. a simple "passw" search on gist exposes this.