all repos — dotfiles @ a9d88fbd77f9981feebf5d0e6b84f588d239c028

my *nix dotfiles

bin/irc.sh (view raw)

1#!/usr/bin/env bash
2
3if [ "$1" = "freenode" ]; then
4    proxychains4 irc -u icyphox -n icyphox/freenode
5elif [ "$1" = "nixers" ]; then
6    proxychains4 irc -u icy -n icyphox/nixers
7elif [ "$1" = "rizon" ]; then
8    proxychains4 irc -u icy -n icyphox/rizon
9fi