├── .gitattributes ├── LICENSE ├── README.md ├── SlackShellv1.0-Poshv2.psm1 ├── SlackShellv1.0.psm1 └── SlackShellv1.1.psm1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bkup/SlackShell/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bkup/SlackShell/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bkup/SlackShell/HEAD/README.md -------------------------------------------------------------------------------- /SlackShellv1.0-Poshv2.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bkup/SlackShell/HEAD/SlackShellv1.0-Poshv2.psm1 -------------------------------------------------------------------------------- /SlackShellv1.0.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bkup/SlackShell/HEAD/SlackShellv1.0.psm1 -------------------------------------------------------------------------------- /SlackShellv1.1.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bkup/SlackShell/HEAD/SlackShellv1.1.psm1 --------------------------------------------------------------------------------