#!/bin/bash user="$2" nick="$(echo "$user"|cut -d "!" -f 1)" /home/jmjl/bin/tw -u $nick $1 | sed -z 's/\n/ - /g' # /home/jmjl/bin/tw -u $nick $1