mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 4af6be5baba8c269a009d7f0d50c1dee3bd02db9
parent e71c811d43fab5d6074427dac0f656d06412bd6e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  9 Dec 2016 19:56:40 +0100

fix

Diffstat:
runon | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runon b/runon @@ -10,7 +10,7 @@ quoted_args="$(printf " %q" "$@")" if [ $MACHINE = $HOST ] then - exec zsh -ic "$quoted_args" + exec $quoted_args else exec ssh -q -t $MACHINE zsh -ic \"$quoted_args\" fi