mybin

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

commit b2d252e99b972c7bd92e6e7ecbcf2f0c7eeecf17
parent 2e024e7793b05e3c511b5f2f6363e3f971efa3dd
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  2 Sep 2015 01:03:13 +0200

Merge branch 'master' of a3nm.net:git/mybin

Diffstat:
skype | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/skype b/skype @@ -132,9 +132,11 @@ start) echo "waiting for session to be ready..." $DCMD "tail -f $LOG" | while read l do - echo "$l" + echo "xpra> $l" if echo "$l" | grep "xpra is ready" > /dev/null then + echo "done waiting" + $DCMD "pkill -u skype tail" break fi done