> I have a user defined bash function which takes one string parameter
> and does some operation on that string. i want to be able to call this
> function from with-in tmux and also pass the parameter from tmux
> itself. how can i achieve that ?
You can invoke bash with a command s
Put it in a shell script and run that?
On Thu, Apr 30, 2015 at 07:06:57AM +0530, Sinbad wrote:
>can anyone shed some light on this.
>On Wed, Apr 29, 2015 at 7:06 PM, Sinbad <[1]sinbad.sin...@gmail.com>
>wrote:
>
> Hi,
> I have a user defined bash function which takes one st
can anyone shed some light on this.
On Wed, Apr 29, 2015 at 7:06 PM, Sinbad wrote:
> Hi,
>
> I have a user defined bash function which takes one string parameter
> and does some operation on that string. i want to be able to call this
> function from with-in tmux and also pass the parameter from
Hi,
I have a user defined bash function which takes one string parameter
and does some operation on that string. i want to be able to call this
function from with-in tmux and also pass the parameter from tmux
itself. how can i achieve that ?
thanks