Skip to content

Instantly share code, notes, and snippets.

@nu7hatch
Created November 13, 2010 21:55
Show Gist options
  • Save nu7hatch/675683 to your computer and use it in GitHub Desktop.
Save nu7hatch/675683 to your computer and use it in GitHub Desktop.
Quick connect + authorize to irc.freenode.org
#!/bin/bash
stty -echo
read -p "Password: " passw
stty echo
irssi -c irc.freenode.org -n nu7hatch -w $passw
@CodisRedding
Copy link

might want to hide this from the public. a simple "passw" search on gist exposes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment