diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-17 12:33:45 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-17 12:33:45 -0300 |
| commit | 0d5fe734315bca3e95def78c535a2397406158b3 (patch) | |
| tree | 1fd5127edf33290137a966923762ac64d98dd096 | |
| parent | a3e3a9f155ec603d16b05f9a1d133aaffdab4bcc (diff) | |
| download | scripts-0d5fe734315bca3e95def78c535a2397406158b3.tar.gz scripts-0d5fe734315bca3e95def78c535a2397406158b3.tar.bz2 | |
Add chat alias
| -rwxr-xr-x | chat | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/bash +# +# Chat wrapper. + +# Dispatch +shells chat |
